Pause menu
This commit is contained in:
parent
614ee06c34
commit
abb03863b9
5 changed files with 1850 additions and 1765 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://Scenes/UI/HealthMeter.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://Scenes/Menus/PauseMenu.tscn" type="PackedScene" id=2]
|
||||
|
||||
[node name="UI" type="CanvasLayer"]
|
||||
|
||||
|
@ -9,3 +10,6 @@ margin_left = 4.0
|
|||
margin_top = 4.0
|
||||
margin_right = 25.0
|
||||
margin_bottom = 16.0
|
||||
|
||||
[node name="PauseMenu" parent="." instance=ExtResource( 2 )]
|
||||
visible = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue