godot_tiny_crate/Script/Shared.gd
Harmony Monroe 3e79a48d37 using groups
2020-08-23 18:00:29 -04:00

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()