1
Fork 0
mirror of https://github.com/RYGhub/the-cold-night.git synced 2025-04-01 21:20:37 +00:00
the-cold-night/src/levels/MainMenu.gd

16 lines
315 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