Initial commit
This commit is contained in:
commit
c266d22f58
85 changed files with 1649 additions and 0 deletions
13
scenes/gui/pause_button.tscn
Normal file
13
scenes/gui/pause_button.tscn
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://u5l3jd00s8vd"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dm0hjd67a6mva" path="res://assets/sprites/gui/Pause.tres" id="1_7k3tg"]
|
||||
|
||||
[node name="PauseButton" type="TextureButton"]
|
||||
anchors_preset = -1
|
||||
anchor_right = 0.067
|
||||
anchor_bottom = 0.1
|
||||
offset_right = -0.200001
|
||||
size_flags_vertical = 4
|
||||
mouse_default_cursor_shape = 2
|
||||
texture_normal = ExtResource("1_7k3tg")
|
||||
stretch_mode = 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue