AAAA
This commit is contained in:
parent
279b5e5599
commit
4f70414ed9
46 changed files with 1485 additions and 170 deletions
11
Objects/Checkpoint/Checkpoint.gd
Normal file
11
Objects/Checkpoint/Checkpoint.gd
Normal file
|
@ -0,0 +1,11 @@
|
|||
extends Node2D
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta):
|
||||
pass
|
3
Objects/Checkpoint/Checkpoint.tscn
Normal file
3
Objects/Checkpoint/Checkpoint.tscn
Normal file
|
@ -0,0 +1,3 @@
|
|||
[gd_scene format=3 uid="uid://dep314vkturtp"]
|
||||
|
||||
[node name="Checkpoint" type="Node2D"]
|
Loading…
Add table
Add a link
Reference in a new issue