initial shit

This commit is contained in:
2026-06-04 16:53:41 -05:00
parent f019615187
commit d3779cff20
828 changed files with 512567 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
extends Node3D
@export var Text : String;
func _process(delta: float) -> void:
$Label3D.text = Text;