diff --git a/project/export_presets.cfg b/project/export_presets.cfg index a57c84f..4216323 100644 --- a/project/export_presets.cfg +++ b/project/export_presets.cfg @@ -77,7 +77,7 @@ application/icon="res://app_icon/icon.ico" application/console_wrapper_icon="res://app_icon/icon.ico" application/icon_interpolation=4 application/file_version="" -application/product_version="0.3.1.0" +application/product_version="0.5.2.0" application/company_name="TheGates" application/product_name="TheGates" application/file_description="TheGates - Building new Internet" diff --git a/project/project.godot b/project/project.godot index 8eeb782..8b23c7d 100644 --- a/project/project.godot +++ b/project/project.godot @@ -36,7 +36,9 @@ gdscript/warnings/integer_division=0 window/size/viewport_width=1920 window/size/viewport_height=1080 -window/size/mode=3 +window/size/mode=2 +window/size/resizable=false +window/size/borderless=true window/stretch/mode="canvas_items" window/stretch/aspect="expand" diff --git a/project/scenes/app.tscn b/project/scenes/app.tscn index ca0d5e1..263ebd0 100644 --- a/project/scenes/app.tscn +++ b/project/scenes/app.tscn @@ -58,5 +58,25 @@ visible = false [node name="Menu" parent="." instance=ExtResource("3_o1f7b")] +[node name="GoBack" parent="Menu/VBoxContainer/Top/MenuNavigation" index="0"] +process_physics_priority = 0 +process_thread_group = 0 + +[node name="GoForward" parent="Menu/VBoxContainer/Top/MenuNavigation" index="1"] +process_physics_priority = 0 +process_thread_group = 0 + +[node name="Reload" parent="Menu/VBoxContainer/Top/MenuNavigation" index="2"] +process_physics_priority = 0 +process_thread_group = 0 + +[node name="Home" parent="Menu/VBoxContainer/Top/MenuNavigation" index="4"] +process_physics_priority = 0 +process_thread_group = 0 + +[node name="Exit" parent="Menu/VBoxContainer/Top" index="2"] +process_physics_priority = 0 +process_thread_group = 0 + [editable path="Debug"] [editable path="Menu"]