mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-23 17:17:31 -04:00
settings
This commit is contained in:
parent
455943f568
commit
d8ba7e212c
3 changed files with 24 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue