mirror of
https://github.com/HarmonyHoney/tiny_crate.git
synced 2026-07-23 16:09:48 +00:00
17 lines
220 B
GDScript3
17 lines
220 B
GDScript3
extends Node
|
|
|
|
|
|
# Declare member variables here. Examples:
|
|
# var a = 2
|
|
# var b = "text"
|
|
|
|
#var actor_array : Array = []
|
|
var node_map : TileMap
|
|
|
|
|
|
|
|
|
|
|
|
#func reload():
|
|
# actor_array.clear()
|
|
# get_tree().reload_current_scene()
|