do some changes with XLib and started working on main menu

This commit is contained in:
2026-06-04 23:51:28 -05:00
parent f320e6bd80
commit 04f8bb7c2d
17 changed files with 143 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
extends Node3D
func execUpdate():
$XLightingUpdate3D.updateLighting.emit()
func _process(delta: float) -> void:
$objects.child_entered_tree.connect(execUpdate)