- improving textures
- adding coins (no shop jet) - adding skin changing [no gui jet - fixing loops for deleting stuff]
This commit is contained in:
parent
45193fc27f
commit
dd5b4bcae5
45 changed files with 547 additions and 382 deletions
|
@ -12,5 +12,3 @@ func _ready() -> void:
|
|||
|
||||
func _process(delta: float) -> void:
|
||||
global_position.x -= speed * delta
|
||||
if global_position.x < -30:
|
||||
queue_free()
|
||||
|
|
|
@ -8,3 +8,7 @@ texture_filter = 1
|
|||
texture = ExtResource("1_c6lhp")
|
||||
hframes = 5
|
||||
script = ExtResource("2_tsh5n")
|
||||
|
||||
[node name="VisibleOnScreenNotifier2D" type="VisibleOnScreenNotifier2D" parent="."]
|
||||
|
||||
[connection signal="screen_exited" from="VisibleOnScreenNotifier2D" to="." method="queue_free"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue