forked from xiangwang25/whale-town-front-v2
feat: polish personal space editor
This commit is contained in:
@@ -436,6 +436,8 @@ func _on_travel_authorized(success: bool, destination: Dictionary) -> void:
|
||||
_render_markers()
|
||||
return
|
||||
set_panel_open(false)
|
||||
if sceneName == "personal_space":
|
||||
SceneManager.clear_room_visit_context()
|
||||
SceneManager.set_next_destination_id(str(destination.get("id", "")))
|
||||
SceneManager.set_next_scene_position(position)
|
||||
SceneManager.change_scene(sceneName)
|
||||
|
||||
Reference in New Issue
Block a user