Pause
This commit is contained in:
parent
afd9e990f1
commit
30266b36cf
11 changed files with 253 additions and 22 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://u5l3jd00s8vd"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://u5l3jd00s8vd"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dm0hjd67a6mva" path="res://assets/sprites/gui/Pause.tres" id="1_7k3tg"]
|
||||
[ext_resource type="Script" uid="uid://cmfhiun6yrlr6" path="res://scripts/components/gui/PauseButton.cs" id="2_01o3l"]
|
||||
|
||||
[node name="PauseButton" type="Button"]
|
||||
anchors_preset = -1
|
||||
|
|
@ -10,3 +11,4 @@ offset_right = 0.199999
|
|||
size_flags_vertical = 4
|
||||
mouse_default_cursor_shape = 2
|
||||
icon = ExtResource("1_7k3tg")
|
||||
script = ExtResource("2_01o3l")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue