- adding coins
- performance improvements - shake effect - keyboard support
This commit is contained in:
parent
78b4a3bba2
commit
45193fc27f
48 changed files with 609 additions and 74 deletions
|
@ -9,4 +9,5 @@ func _ready() -> void:
|
|||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta: float) -> void:
|
||||
pass
|
||||
if global_position.y > 100:
|
||||
queue_free()
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://co76l7v0x2t8t"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/easteregg/easteregg.gd" id="1_3dnpr"]
|
||||
[ext_resource type="Texture2D" uid="uid://bp48x77dixrme" path="res://scenes/hindernis/hindernisse.png" id="1_al4up"]
|
||||
[ext_resource type="Texture2D" uid="uid://bp48x77dixrme" path="res://scenes/hurdle/hurdle.png" id="1_al4up"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_ruej1"]
|
||||
radius = 8.06226
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue