do some changes with XLib and started working on main menu
This commit is contained in:
7
GameShit/MainGame/World.gd
Normal file
7
GameShit/MainGame/World.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
extends Node3D
|
||||
|
||||
func execUpdate():
|
||||
$XLightingUpdate3D.updateLighting.emit()
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
$objects.child_entered_tree.connect(execUpdate)
|
||||
Reference in New Issue
Block a user