Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scenes/game_elements/props/checkpoint/checkpoint.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ script = ExtResource("1_kkoqv")

[node name="SpawnPoint" type="Marker2D" parent="." unique_id=118546798 groups=["spawn_point"]]
unique_name_in_owner = true
position = Vector2(0, 1)
script = ExtResource("2_s5d1s")

[node name="Sprite" type="AnimatedSprite2D" parent="." unique_id=422090831]
unique_name_in_owner = true
position = Vector2(0, -40)
position = Vector2(0, -64)
sprite_frames = ExtResource("4_3xcwf")
animation = &"idle"
autoplay = "idle"
Expand Down
Loading