Skip to content

Commit

Permalink
update: more automatic Godot 4.2 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LandscapeLab Office committed Dec 27, 2023
1 parent c0b2bfe commit 086e283
Show file tree
Hide file tree
Showing 5 changed files with 4,110 additions and 4,114 deletions.
14 changes: 6 additions & 8 deletions UI/MainUI.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[ext_resource type="PackedScene" uid="uid://ljx3yf4cns3v" path="res://UI/Layers/GeoLayers/Management/GeoRasterLayerManagement.tscn" id="6_v04wd"]
[ext_resource type="Script" path="res://UI/WorldUI.gd" id="7_fnvwn"]
[ext_resource type="Script" path="res://UI/UISplit.gd" id="8"]
[ext_resource type="PackedScene" path="res://UI/PlayerCompass.tscn" id="9"]
[ext_resource type="PackedScene" uid="uid://cnhf1t4exg0ww" path="res://UI/PlayerCompass.tscn" id="9"]
[ext_resource type="PackedScene" uid="uid://pmmpjdicjvjs" path="res://UI/TeleportMenu/TeleportMenu.tscn" id="9_he6fp"]
[ext_resource type="PackedScene" uid="uid://cckl23qaxw3h8" path="res://UI/Datetime/Datetime.tscn" id="10_x7hwk"]
[ext_resource type="Script" path="res://UI/WorldViewPort.gd" id="11"]
Expand Down Expand Up @@ -60,16 +60,13 @@ layout_mode = 2
[node name="MenuBar" parent="MarginContainer/VBoxContainer" instance=ExtResource("2_56a3o")]
layout_mode = 2

[node name="TableButton" parent="MarginContainer/VBoxContainer/MenuBar" index="1" node_paths=PackedStringArray("player_node")]
player_node = NodePath("../../Left/Mid/MidVertical/VBoxContainer/WorldUI/WorldViewPort/SubViewport/World/FirstPersonPC")

[node name="ViewButton" parent="MarginContainer/VBoxContainer/MenuBar" index="2" node_paths=PackedStringArray("world_ui", "viewport", "docks")]
[node name="ViewButton" parent="MarginContainer/VBoxContainer/MenuBar" index="1" node_paths=PackedStringArray("world_ui", "viewport", "docks")]
world_ui = NodePath("../../Left/Mid/MidVertical/VBoxContainer/WorldUI")
viewport = NodePath("../../Left/Mid/MidVertical/VBoxContainer/WorldUI/WorldViewPort/SubViewport")
docks = [NodePath("../../Left/Tabs"), NodePath("../../Left/Mid/Right"), NodePath("../../Left/Mid/MidVertical/HBoxContainer")]
dock_names = Array[String](["Left dock", "Right dock", "Bottom dock"])

[node name="UtilButton" parent="MarginContainer/VBoxContainer/MenuBar" index="3" node_paths=PackedStringArray("action_handler_3d_path", "position_manager")]
[node name="UtilButton" parent="MarginContainer/VBoxContainer/MenuBar" index="2" node_paths=PackedStringArray("action_handler_3d_path", "position_manager")]
action_handler_3d_path = NodePath("../../Left/Mid/MidVertical/VBoxContainer/WorldUI/WorldViewPort/SubViewport/World/FirstPersonPC/ActionHandler")
position_manager = NodePath("../../Left/Mid/MidVertical/VBoxContainer/WorldUI/WorldViewPort/SubViewport/World/PositionManager")

Expand Down Expand Up @@ -155,7 +152,7 @@ script = ExtResource("11")
[node name="SubViewport" type="SubViewport" parent="MarginContainer/VBoxContainer/Left/Mid/MidVertical/VBoxContainer/WorldUI/WorldViewPort"]
handle_input_locally = false
gui_disable_input = true
size = Vector2i(368, 413)
size = Vector2i(2, 2)
render_target_update_mode = 4

[node name="World" parent="MarginContainer/VBoxContainer/Left/Mid/MidVertical/VBoxContainer/WorldUI/WorldViewPort/SubViewport" instance=ExtResource("15_xvbyv")]
Expand Down Expand Up @@ -225,7 +222,8 @@ custom_minimum_size = Vector2(300, 300)
layout_mode = 2

[node name="SubViewport" parent="MarginContainer/VBoxContainer/Left/Mid/Right/Tabs/Top/GeoLayerViewport/GeoLayerViewportContainer" index="0"]
size = Vector2i(206, 300)
size = Vector2i(2, 2)
render_target_update_mode = 0

[node name="Licenses" type="ItemList" parent="MarginContainer/VBoxContainer/Left/Mid/Right/Tabs/Top"]
visible = false
Expand Down
Loading

0 comments on commit 086e283

Please sign in to comment.