27 lines
946 B
Plaintext
27 lines
946 B
Plaintext
[gd_scene format=3 uid="uid://yaybgshgeb3d"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://buee5y051op2" path="res://Art/phone.png" id="1_lrxfg"]
|
|
[ext_resource type="Script" uid="uid://dgmkhlit1vnf3" path="res://Gameplay/Phone.cs" id="2_ujt17"]
|
|
[ext_resource type="PackedScene" uid="uid://dh1oddbsjpysy" path="res://Gameplay/call_button.tscn" id="4_e164q"]
|
|
|
|
[node name="Phone" type="Sprite2D" unique_id=1047098805]
|
|
texture = ExtResource("1_lrxfg")
|
|
script = ExtResource("2_ujt17")
|
|
|
|
[node name="CallButton" parent="." unique_id=1818383224 instance=ExtResource("4_e164q")]
|
|
offset_left = -199.0
|
|
offset_top = 123.0
|
|
offset_right = 601.0
|
|
offset_bottom = 923.0
|
|
scale = Vector2(0.13, 0.13)
|
|
|
|
[node name="Debug" type="RichTextLabel" parent="." unique_id=880177536]
|
|
offset_left = -209.0
|
|
offset_top = -339.0
|
|
offset_right = 225.0
|
|
offset_bottom = -30.0
|
|
theme_override_font_sizes/normal_font_size = 48
|
|
text = "DEBUG"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|