Update GDScript.gd

This commit is contained in:
Richie Bendall
2021-04-18 01:43:11 +12:00
committed by GitHub
parent 0bea42f195
commit 508d4f483b

View File

@@ -1,4 +1,4 @@
extends Node2D
func _init():
func _ready():
print("Hello World")