codename-scribe/Box.gd

11 lines
199 B
GDScript3
Raw Permalink Normal View History

extends StaticBody2D
# class member variables go here, for example:
# var a = 2
# var b = "textvar"
func _ready():
# Called every time the node is added to the scene.
# Initialization here
pass