hadean-godot/Scripts/ResearchController.gd

13 lines
183 B
GDScript
Raw Permalink Normal View History

2025-10-13 09:57:17 -04:00
extends Node
var research_data: Array[ResearchData] = []
func _ready():
reload()
func reload():
research_data = []
var unexplored = []
var root = load("res://Research/")
#for