build update

This commit is contained in:
Nikolai Fesenko
2025-08-14 18:07:45 +02:00
parent 248ef3b912
commit 8ef9cf5971
6 changed files with 77 additions and 26 deletions

View File

@@ -45,6 +45,7 @@ func hide_preview():
func place_object():
is_placed = true
buildTransparentPreivew.visible = false
Global.object_placed.emit()
func _on_enter_build_mode():
if !is_placed:
@@ -52,7 +53,3 @@ func _on_enter_build_mode():
func _on_exit_build_mode():
hide_preview()
buildTransparentPreivew.visible = false
func set_preview_material():
#beds
pass