forked from team-sg/hero-mark-2
adjust uis to scholar font
This commit is contained in:
parent
15d82ec724
commit
6da085b6a6
5 changed files with 121 additions and 122 deletions
|
@ -17,7 +17,7 @@ script = ExtResource( 4 )
|
|||
margin_left = 64.0
|
||||
margin_top = 25.0
|
||||
margin_right = 192.0
|
||||
margin_bottom = 79.0
|
||||
margin_bottom = 82.0
|
||||
texture = ExtResource( 8 )
|
||||
patch_margin_left = 3
|
||||
patch_margin_top = 3
|
||||
|
@ -29,16 +29,16 @@ pause_mode = 2
|
|||
margin_left = 67.0
|
||||
margin_top = 28.0
|
||||
margin_right = 189.0
|
||||
margin_bottom = 76.0
|
||||
margin_bottom = 79.0
|
||||
color = Color( 0.239216, 0.239216, 0.443137, 1 )
|
||||
|
||||
[node name="Paused" type="Label" parent="."]
|
||||
pause_mode = 2
|
||||
material = ExtResource( 6 )
|
||||
margin_left = 64.0
|
||||
margin_top = 12.0
|
||||
margin_top = 14.0
|
||||
margin_right = 192.0
|
||||
margin_bottom = 26.0
|
||||
margin_bottom = 24.0
|
||||
theme = ExtResource( 5 )
|
||||
text = "PAUSED!"
|
||||
align = 1
|
||||
|
@ -46,9 +46,9 @@ align = 1
|
|||
[node name="Body" type="Label" parent="."]
|
||||
pause_mode = 2
|
||||
margin_left = 64.0
|
||||
margin_top = 30.0
|
||||
margin_top = 29.0
|
||||
margin_right = 192.0
|
||||
margin_bottom = 76.0
|
||||
margin_bottom = 78.0
|
||||
theme = ExtResource( 2 )
|
||||
text = "RESUME
|
||||
RESTART
|
||||
|
@ -59,18 +59,18 @@ align = 1
|
|||
[node name="Resume" type="TextureButton" parent="Body"]
|
||||
pause_mode = 2
|
||||
margin_left = 36.0
|
||||
margin_top = 3.0
|
||||
margin_top = 1.0
|
||||
margin_right = 44.0
|
||||
margin_bottom = 11.0
|
||||
margin_bottom = 9.0
|
||||
focus_neighbour_bottom = NodePath("../Restart")
|
||||
texture_focused = ExtResource( 3 )
|
||||
|
||||
[node name="Restart" type="TextureButton" parent="Body"]
|
||||
pause_mode = 2
|
||||
margin_left = 32.0
|
||||
margin_top = 13.0
|
||||
margin_top = 14.0
|
||||
margin_right = 40.0
|
||||
margin_bottom = 21.0
|
||||
margin_bottom = 22.0
|
||||
focus_neighbour_top = NodePath("../Resume")
|
||||
focus_neighbour_bottom = NodePath("../Settings")
|
||||
texture_focused = ExtResource( 3 )
|
||||
|
@ -78,9 +78,9 @@ texture_focused = ExtResource( 3 )
|
|||
[node name="Settings" type="TextureButton" parent="Body"]
|
||||
pause_mode = 2
|
||||
margin_left = 29.0
|
||||
margin_top = 23.0
|
||||
margin_top = 27.0
|
||||
margin_right = 37.0
|
||||
margin_bottom = 31.0
|
||||
margin_bottom = 35.0
|
||||
focus_neighbour_top = NodePath("../Restart")
|
||||
focus_neighbour_bottom = NodePath("../ExitLevel")
|
||||
texture_focused = ExtResource( 3 )
|
||||
|
@ -88,9 +88,9 @@ texture_focused = ExtResource( 3 )
|
|||
[node name="ExitLevel" type="TextureButton" parent="Body"]
|
||||
pause_mode = 2
|
||||
margin_left = 22.0
|
||||
margin_top = 33.0
|
||||
margin_top = 40.0
|
||||
margin_right = 30.0
|
||||
margin_bottom = 41.0
|
||||
margin_bottom = 48.0
|
||||
focus_neighbour_top = NodePath("../Settings")
|
||||
texture_focused = ExtResource( 3 )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue