14 lines
525 B
Text
14 lines
525 B
Text
[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/gui/PauseButton.cs" id="2_01o3l"]
|
|
|
|
[node name="PauseButton" type="Button"]
|
|
anchors_preset = -1
|
|
anchor_right = 0.043
|
|
anchor_bottom = 0.07
|
|
offset_right = 0.199999
|
|
size_flags_vertical = 4
|
|
mouse_default_cursor_shape = 2
|
|
icon = ExtResource("1_7k3tg")
|
|
script = ExtResource("2_01o3l")
|