Files
Embodiment/Levels/Level 1.gd
Jane Cho 6e4284a792 Implement level 1
Level 1 is now playable; more to be added
2021-12-08 02:21:21 -06:00

17 lines
321 B
GDScript3

extends Node2D
# Declare member variables here. Examples:
# var a = 2
# var b = "text"
# 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