Skip to content

Commit

Permalink
Center up
Browse files Browse the repository at this point in the history
  • Loading branch information
Dariasteam committed Dec 14, 2018
1 parent 1de9dcf commit 8c05119
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Scenes/Input_Handler.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,15 @@ func _ready():
[node name="Control" type="Control"]
anchor/left = 3
anchor/top = 3
anchor/right = 3
anchor/bottom = 3
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 0
size_flags/vertical = 0
margin/left = 360.0
margin/top = 640.0
margin/top = 0.0
margin/right = -360.0
margin/bottom = -640.0
margin/bottom = 1280.0
script/script = ExtResource( 1 )
[node name="Spatial" parent="." instance=ExtResource( 2 )]
Expand Down

0 comments on commit 8c05119

Please sign in to comment.