Blud_Mage/Scripts/StartButton.gd

12 lines
239 B
GDScript3
Raw Permalink Normal View History

2023-10-10 09:08:31 -04:00
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