ld39-dead_in_the_water/game/ui/ui_hand.gd

11 lines
193 B
GDScript

extends Node2D
# 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