mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-15 19:04:57 +01:00
Add back level selector
This commit is contained in:
parent
806253660f
commit
ebbb505283
1 changed files with 7 additions and 7 deletions
14
main.tscn
14
main.tscn
|
@ -111,11 +111,11 @@ __meta__ = {
|
|||
}
|
||||
|
||||
[node name="LevelSelect" type="MenuButton" parent="."]
|
||||
visible = false
|
||||
margin_left = 11.5584
|
||||
margin_top = 11.1303
|
||||
margin_right = 109.558
|
||||
margin_bottom = 31.1303
|
||||
margin_top = 1036.1
|
||||
margin_right = 173.558
|
||||
margin_bottom = 1068.1
|
||||
custom_fonts/font = ExtResource( 5 )
|
||||
text = "Select level..."
|
||||
flat = false
|
||||
__meta__ = {
|
||||
|
@ -126,7 +126,7 @@ __meta__ = {
|
|||
margin_left = 5.0
|
||||
margin_top = 5.0
|
||||
margin_right = 1203.0
|
||||
margin_bottom = 1079.0
|
||||
margin_bottom = 1038.0
|
||||
mouse_filter = 2
|
||||
custom_constants/separation = 0
|
||||
__meta__ = {
|
||||
|
@ -139,7 +139,7 @@ anchor_bottom = 0.0
|
|||
margin_left = 0.0
|
||||
margin_top = 0.0
|
||||
margin_right = 599.0
|
||||
margin_bottom = 1074.0
|
||||
margin_bottom = 1033.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
label = "Goal"
|
||||
|
@ -150,7 +150,7 @@ anchor_bottom = 0.0
|
|||
margin_left = 599.0
|
||||
margin_top = 0.0
|
||||
margin_right = 1198.0
|
||||
margin_bottom = 1074.0
|
||||
margin_bottom = 1033.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
label = "Yours!"
|
||||
|
|
Loading…
Reference in a new issue