made restart key gover the player
This commit is contained in:
parent
b65dbd834b
commit
db3ac62f27
4 changed files with 19 additions and 23 deletions
|
@ -16,7 +16,7 @@
|
|||
[ext_resource path="res://objects/collectibles/gold.tscn" type="PackedScene" id=14]
|
||||
[ext_resource path="res://objects/collectibles/star.tscn" type="PackedScene" id=15]
|
||||
|
||||
[node name="Map" type="Node2D"]
|
||||
[node name="Map" type="Node2D" groups=["map"]]
|
||||
script = ExtResource( 11 )
|
||||
music = ExtResource( 12 )
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
[sub_resource type="RectangleShape2D" id=1]
|
||||
extents = Vector2( 8, 128 )
|
||||
|
||||
[node name="Map" type="Node2D"]
|
||||
[node name="Map" type="Node2D" groups=["map"]]
|
||||
script = ExtResource( 18 )
|
||||
target_time_any = 70
|
||||
target_time_100 = 180
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue