x12 windowing system

This commit is contained in:
martyTF 2025-12-09 20:17:57 +01:00
parent e16b468e23
commit e6ab1fb39a
60 changed files with 701 additions and 877 deletions

View file

@ -0,0 +1,10 @@
extends Control
func set_stat_text(text):
%stat.text = text
func set_value(module_type,value):
var module = module_type.new()
module.text = str(value)
%value.add_child(module)