idlegame/scripts/Main.gd

7 lines
No EOL
85 B
GDScript

extends Node2D
func _ready():
print("Game started!")
func _process(_delta):
pass