52 lines
1.4 KiB
Plaintext
52 lines
1.4 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://bwj76wt4pab4t"]
|
|
|
|
[ext_resource type="Script" uid="uid://bj1udbw3sm73f" path="res://scripts/uninstall_hack_modal.gd" id="1_6m4cv"]
|
|
[ext_resource type="Texture2D" uid="uid://barbcaa2xvgkk" path="res://visuals/images/icons/switch button.png" id="2_kftnf"]
|
|
[ext_resource type="Texture2D" uid="uid://diyks5oxgidoo" path="res://visuals/images/icons/ranged attack button.png" id="3_wq05i"]
|
|
|
|
[node name="UninstallHackModal" type="ConfirmationDialog"]
|
|
handle_input_locally = false
|
|
canvas_item_default_texture_filter = 2
|
|
gui_disable_input = true
|
|
oversampling_override = 1.0
|
|
title = "Remove Trap?"
|
|
initial_position = 1
|
|
visible = true
|
|
transient = false
|
|
borderless = true
|
|
always_on_top = true
|
|
unfocusable = true
|
|
content_scale_mode = 1
|
|
content_scale_aspect = 2
|
|
ok_button_text = "Remove"
|
|
dialog_text = "Remove Trap?"
|
|
script = ExtResource("1_6m4cv")
|
|
|
|
[node name="Control" type="Control" parent="."]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_left = 8.0
|
|
offset_top = 8.0
|
|
offset_right = 192.0
|
|
offset_bottom = 51.0
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Control"]
|
|
z_index = 10
|
|
layout_mode = 0
|
|
offset_left = 36.0
|
|
offset_top = 29.0
|
|
offset_right = 68.0
|
|
offset_bottom = 61.0
|
|
texture = ExtResource("2_kftnf")
|
|
expand_mode = 1
|
|
|
|
[node name="TextureRect2" type="TextureRect" parent="Control"]
|
|
z_index = 10
|
|
layout_mode = 0
|
|
offset_left = 120.0
|
|
offset_top = 29.0
|
|
offset_right = 152.0
|
|
offset_bottom = 61.0
|
|
texture = ExtResource("3_wq05i")
|
|
expand_mode = 1
|