forked from team-sg/hero-mark-2
more menu stuf
This commit is contained in:
parent
a5f4c34236
commit
4e92501432
12 changed files with 203 additions and 12 deletions
|
@ -1,5 +1,6 @@
|
|||
[gd_scene load_steps=8 format=2]
|
||||
[gd_scene load_steps=9 format=2]
|
||||
|
||||
[ext_resource path="res://ui/arrow_figure_8.tres" type="Material" id=1]
|
||||
[ext_resource path="res://ui/theme.tres" type="Theme" id=2]
|
||||
[ext_resource path="res://graphics/hud/pause_arrow.png" type="Texture" id=3]
|
||||
[ext_resource path="res://objects/hud/pause_screen.gd" type="Script" id=4]
|
||||
|
@ -58,6 +59,7 @@ align = 1
|
|||
|
||||
[node name="Resume" type="TextureButton" parent="Body"]
|
||||
pause_mode = 2
|
||||
material = ExtResource( 1 )
|
||||
margin_left = 36.0
|
||||
margin_top = 1.0
|
||||
margin_right = 44.0
|
||||
|
@ -67,6 +69,7 @@ texture_focused = ExtResource( 3 )
|
|||
|
||||
[node name="Restart" type="TextureButton" parent="Body"]
|
||||
pause_mode = 2
|
||||
material = ExtResource( 1 )
|
||||
margin_left = 32.0
|
||||
margin_top = 14.0
|
||||
margin_right = 40.0
|
||||
|
@ -77,6 +80,7 @@ texture_focused = ExtResource( 3 )
|
|||
|
||||
[node name="Settings" type="TextureButton" parent="Body"]
|
||||
pause_mode = 2
|
||||
material = ExtResource( 1 )
|
||||
margin_left = 29.0
|
||||
margin_top = 27.0
|
||||
margin_right = 37.0
|
||||
|
@ -87,6 +91,7 @@ texture_focused = ExtResource( 3 )
|
|||
|
||||
[node name="ExitLevel" type="TextureButton" parent="Body"]
|
||||
pause_mode = 2
|
||||
material = ExtResource( 1 )
|
||||
margin_left = 22.0
|
||||
margin_top = 40.0
|
||||
margin_right = 30.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue