50 lines
1.6 KiB
Plaintext
50 lines
1.6 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://0eryipo3upvb"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://b0eqsc8687qvi" path="res://scenes/global/assets/img/spr_sho.webp" id="1_adetk"]
|
|
[ext_resource type="Script" path="res://scenes/global/assets/scripts/shounicSlide.gd" id="2_p60yl"]
|
|
[ext_resource type="Texture2D" uid="uid://eqqe3xwadwf7" path="res://scenes/house/assets/img/spr_shophone.png" id="3_gux02"]
|
|
[ext_resource type="Script" path="res://scenes/house/assets/scripts/shoPhone.gd" id="4_f17nh"]
|
|
[ext_resource type="Texture2D" uid="uid://2vpoq7chiukj" path="res://scenes/house/assets/img/spr_spyknife.png" id="5_6i2wh"]
|
|
[ext_resource type="Script" path="res://scenes/house/assets/scripts/shoKnife.gd" id="6_v6wcf"]
|
|
|
|
[node name="Shounic" type="TextureRect"]
|
|
anchors_preset = 3
|
|
anchor_left = 1.0
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = -500.0
|
|
offset_top = -500.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 0
|
|
texture = ExtResource("1_adetk")
|
|
expand_mode = 1
|
|
stretch_mode = 6
|
|
script = ExtResource("2_p60yl")
|
|
|
|
[node name="phone" type="TextureRect" parent="."]
|
|
show_behind_parent = true
|
|
layout_mode = 0
|
|
offset_left = 350.0
|
|
offset_top = 175.0
|
|
offset_right = 474.0
|
|
offset_bottom = 447.0
|
|
rotation = 0.214676
|
|
texture = ExtResource("3_gux02")
|
|
expand_mode = 1
|
|
stretch_mode = 6
|
|
script = ExtResource("4_f17nh")
|
|
|
|
[node name="knife" type="TextureRect" parent="."]
|
|
show_behind_parent = true
|
|
layout_mode = 0
|
|
offset_left = 350.0
|
|
offset_top = 175.0
|
|
offset_right = 474.0
|
|
offset_bottom = 447.0
|
|
rotation = 0.214676
|
|
texture = ExtResource("5_6i2wh")
|
|
expand_mode = 1
|
|
stretch_mode = 6
|
|
script = ExtResource("6_v6wcf")
|