Blud_Mage/Scripts/StartButton.gd
MarcEricMartel 4c4edb4bc0 Mennu!
2023-10-10 09:08:31 -04:00

12 lines
239 B
GDScript

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