Compare commits

..

No commits in common. "2b349d12876df029eadaada0fcc4d396b89fdf20" and "e0677263d667eef9f84b0d834e93fca2f4a9e336" have entirely different histories.

3 changed files with 1 additions and 8 deletions

View file

@ -165,7 +165,7 @@ permissions/set_alarm=false
permissions/set_always_finish=false permissions/set_always_finish=false
permissions/set_animation_scale=false permissions/set_animation_scale=false
permissions/set_debug_app=false permissions/set_debug_app=false
permissions/set_orientation=true permissions/set_orientation=false
permissions/set_pointer_speed=false permissions/set_pointer_speed=false
permissions/set_preferred_applications=false permissions/set_preferred_applications=false
permissions/set_process_limit=false permissions/set_process_limit=false

View file

@ -2,12 +2,6 @@ extends Control
# Called when the node enters the scene tree for the first time. # Called when the node enters the scene tree for the first time.
func _ready(): func _ready():
const margin_value = 25
$MarginContainer.add_theme_constant_override("margin_top", margin_value)
$MarginContainer.add_theme_constant_override("margin_left", margin_value)
$MarginContainer.add_theme_constant_override("margin_bottom", margin_value)
$MarginContainer.add_theme_constant_override("margin_right", margin_value)
Global.state_changed.connect(_update_state) Global.state_changed.connect(_update_state)
if Global.current_state == Global.State.UNLOADED: if Global.current_state == Global.State.UNLOADED:
pass pass

View file

@ -23,7 +23,6 @@ Global="*res://global.gd"
window/size/viewport_width=600 window/size/viewport_width=600
window/size/viewport_height=900 window/size/viewport_height=900
window/handheld/orientation=1
[editor_plugins] [editor_plugins]