mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-07 22:04:49 -04:00
15 lines
322 B
GDScript
15 lines
322 B
GDScript
extends Control
|
|
|
|
# class member variables go here, for example:
|
|
# var a = 2
|
|
# var b = "textvar"
|
|
|
|
func _ready():
|
|
# Called when the node is added to the scene for the first time.
|
|
# Initialization here
|
|
pass
|
|
|
|
#func _process(delta):
|
|
# # Called every frame. Delta is time since last frame.
|
|
# # Update game logic here.
|
|
# pass
|