first commit
This commit is contained in:
79
Gameplay/phone.tscn
Normal file
79
Gameplay/phone.tscn
Normal file
@@ -0,0 +1,79 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://yaybgshgeb3d"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://buee5y051op2" path="res://Art/phone.png" id="1_lrxfg"]
|
||||
[ext_resource type="PackedScene" uid="uid://dj6cr426bn30b" path="res://Gameplay/phone_button.tscn" id="2_pr3bu"]
|
||||
[ext_resource type="Script" uid="uid://dgmkhlit1vnf3" path="res://Gameplay/Phone.cs" id="2_ujt17"]
|
||||
|
||||
[node name="Phone" type="Sprite2D"]
|
||||
texture = ExtResource("1_lrxfg")
|
||||
script = ExtResource("2_ujt17")
|
||||
|
||||
[node name="PhoneButton1" parent="." instance=ExtResource("2_pr3bu")]
|
||||
offset_left = -228.0
|
||||
offset_top = 230.0
|
||||
offset_right = 572.0
|
||||
offset_bottom = 1030.0
|
||||
scale = Vector2(0.13, 0.13)
|
||||
|
||||
[node name="PhoneButton2" parent="." instance=ExtResource("2_pr3bu")]
|
||||
offset_left = -41.0
|
||||
offset_top = 254.0
|
||||
offset_right = 759.0
|
||||
offset_bottom = 1054.0
|
||||
scale = Vector2(0.13, 0.13)
|
||||
|
||||
[node name="PhoneButton3" parent="." instance=ExtResource("2_pr3bu")]
|
||||
offset_left = 150.0
|
||||
offset_top = 225.0
|
||||
offset_right = 950.0
|
||||
offset_bottom = 1025.0
|
||||
scale = Vector2(0.13, 0.13)
|
||||
|
||||
[node name="PhoneButton4" parent="." instance=ExtResource("2_pr3bu")]
|
||||
offset_left = -228.0
|
||||
offset_top = 339.0
|
||||
offset_right = 572.0
|
||||
offset_bottom = 1139.0
|
||||
scale = Vector2(0.13, 0.13)
|
||||
|
||||
[node name="PhoneButton5" parent="." instance=ExtResource("2_pr3bu")]
|
||||
offset_left = -38.0
|
||||
offset_top = 361.0
|
||||
offset_right = 762.0
|
||||
offset_bottom = 1161.0
|
||||
scale = Vector2(0.13, 0.13)
|
||||
|
||||
[node name="PhoneButton6" parent="." instance=ExtResource("2_pr3bu")]
|
||||
offset_left = 140.0
|
||||
offset_top = 336.0
|
||||
offset_right = 940.0
|
||||
offset_bottom = 1136.0
|
||||
scale = Vector2(0.13, 0.13)
|
||||
|
||||
[node name="PhoneButton7" parent="." instance=ExtResource("2_pr3bu")]
|
||||
offset_left = -222.0
|
||||
offset_top = 447.0
|
||||
offset_right = 578.0
|
||||
offset_bottom = 1247.0
|
||||
scale = Vector2(0.13, 0.13)
|
||||
|
||||
[node name="PhoneButton8" parent="." instance=ExtResource("2_pr3bu")]
|
||||
offset_left = -39.0
|
||||
offset_top = 466.0
|
||||
offset_right = 761.0
|
||||
offset_bottom = 1266.0
|
||||
scale = Vector2(0.13, 0.13)
|
||||
|
||||
[node name="PhoneButton9" parent="." instance=ExtResource("2_pr3bu")]
|
||||
offset_left = 137.0
|
||||
offset_top = 437.0
|
||||
offset_right = 937.0
|
||||
offset_bottom = 1237.0
|
||||
scale = Vector2(0.13, 0.13)
|
||||
|
||||
[node name="PhoneButton0" parent="." instance=ExtResource("2_pr3bu")]
|
||||
offset_left = -41.0
|
||||
offset_top = 565.0
|
||||
offset_right = 759.0
|
||||
offset_bottom = 1365.0
|
||||
scale = Vector2(0.13, 0.13)
|
||||
Reference in New Issue
Block a user