5 lines
48 B
GDScript3
5 lines
48 B
GDScript3
|
extends Node2D
|
||
|
|
||
|
func _ready():
|
||
|
Debug.on = true
|