157 lines
4.4 KiB
Plaintext
157 lines
4.4 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://b7vhq2dkltsv"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://c51oi06i4yrvv" path="res://Art/x.png" id="1_c6108"]
|
|
[ext_resource type="Script" uid="uid://dth2vcgkp7iq0" path="res://Player.cs" id="1_enp12"]
|
|
[ext_resource type="PackedScene" uid="uid://yaybgshgeb3d" path="res://Gameplay/phone.tscn" id="4_1d6nn"]
|
|
[ext_resource type="PackedScene" uid="uid://b0ks34m6smjfd" path="res://Gameplay/business_card.tscn" id="5_ek8wa"]
|
|
[ext_resource type="PackedScene" uid="uid://bmy783a4c0tal" path="res://Gameplay/boss.tscn" id="5_lfxdo"]
|
|
|
|
[node name="Player" type="Sprite2D"]
|
|
script = ExtResource("1_enp12")
|
|
|
|
[node name="Phone" parent="." instance=ExtResource("4_1d6nn")]
|
|
position = Vector2(1600, 540)
|
|
scale = Vector2(0.5, 0.5)
|
|
|
|
[node name="Boss" parent="." instance=ExtResource("5_lfxdo")]
|
|
position = Vector2(960, 540)
|
|
|
|
[node name="MarkNormal" type="Sprite2D" parent="."]
|
|
visible = false
|
|
texture = ExtResource("1_c6108")
|
|
|
|
[node name="MarkPressed" type="Sprite2D" parent="."]
|
|
visible = false
|
|
texture = ExtResource("1_c6108")
|
|
|
|
[node name="MarkHovered" type="Sprite2D" parent="."]
|
|
visible = false
|
|
texture = ExtResource("1_c6108")
|
|
|
|
[node name="MarkDisabled" type="Sprite2D" parent="."]
|
|
visible = false
|
|
texture = ExtResource("1_c6108")
|
|
|
|
[node name="MarkFocused" type="Sprite2D" parent="."]
|
|
visible = false
|
|
texture = ExtResource("1_c6108")
|
|
|
|
[node name="Debug" type="RichTextLabel" parent="."]
|
|
offset_right = 322.0
|
|
offset_bottom = 153.0
|
|
theme_override_font_sizes/normal_font_size = 32
|
|
text = "DEBUG"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="BusinessCard" parent="." instance=ExtResource("5_ek8wa")]
|
|
offset_left = 98.0
|
|
offset_top = 769.0
|
|
offset_right = 298.0
|
|
offset_bottom = 969.0
|
|
|
|
[node name="DefaultDiagonal1To9" parent="." instance=ExtResource("5_ek8wa")]
|
|
offset_left = 461.0
|
|
offset_top = 41.0
|
|
offset_right = 661.0
|
|
offset_bottom = 241.0
|
|
|
|
[node name="DefaultTopRow" parent="." instance=ExtResource("5_ek8wa")]
|
|
offset_left = 467.0
|
|
offset_top = 236.0
|
|
offset_right = 667.0
|
|
offset_bottom = 436.0
|
|
|
|
[node name="DefaultMiddleRow" parent="." instance=ExtResource("5_ek8wa")]
|
|
offset_left = 461.0
|
|
offset_top = 437.0
|
|
offset_right = 661.0
|
|
offset_bottom = 637.0
|
|
|
|
[node name="DefaultBottomRow" parent="." instance=ExtResource("5_ek8wa")]
|
|
offset_left = 458.0
|
|
offset_top = 637.0
|
|
offset_right = 658.0
|
|
offset_bottom = 837.0
|
|
|
|
[node name="DefaultLeftColumn" parent="." instance=ExtResource("5_ek8wa")]
|
|
offset_left = 665.0
|
|
offset_top = 38.0
|
|
offset_right = 865.0
|
|
offset_bottom = 238.0
|
|
|
|
[node name="DefaultMiddleColumn" parent="." instance=ExtResource("5_ek8wa")]
|
|
offset_left = 863.0
|
|
offset_top = 35.0
|
|
offset_right = 1063.0
|
|
offset_bottom = 235.0
|
|
|
|
[node name="DefaultRightColumn" parent="." instance=ExtResource("5_ek8wa")]
|
|
offset_left = 1061.0
|
|
offset_top = 41.0
|
|
offset_right = 1261.0
|
|
offset_bottom = 241.0
|
|
|
|
[node name="DefaultDiagonal3To7" parent="." instance=ExtResource("5_ek8wa")]
|
|
offset_left = 1264.0
|
|
offset_top = 44.0
|
|
offset_right = 1464.0
|
|
offset_bottom = 244.0
|
|
|
|
[node name="DefaultTopRowAlt" parent="." instance=ExtResource("5_ek8wa")]
|
|
offset_left = 1261.0
|
|
offset_top = 236.0
|
|
offset_right = 1461.0
|
|
offset_bottom = 436.0
|
|
|
|
[node name="DefaultMiddleRowAlt" parent="." instance=ExtResource("5_ek8wa")]
|
|
offset_left = 1255.0
|
|
offset_top = 434.0
|
|
offset_right = 1455.0
|
|
offset_bottom = 634.0
|
|
|
|
[node name="DefaultBottomRowAlt" parent="." instance=ExtResource("5_ek8wa")]
|
|
offset_left = 1261.0
|
|
offset_top = 628.0
|
|
offset_right = 1461.0
|
|
offset_bottom = 828.0
|
|
|
|
[node name="DefaultDiagonal1To9Alt" parent="." instance=ExtResource("5_ek8wa")]
|
|
offset_left = 1264.0
|
|
offset_top = 826.0
|
|
offset_right = 1464.0
|
|
offset_bottom = 1026.0
|
|
|
|
[node name="DefaultDiagonal3To7Alt" parent="." instance=ExtResource("5_ek8wa")]
|
|
offset_left = 467.0
|
|
offset_top = 829.0
|
|
offset_right = 667.0
|
|
offset_bottom = 1029.0
|
|
|
|
[node name="DefaultLeftColumnAlt" parent="." instance=ExtResource("5_ek8wa")]
|
|
offset_left = 665.0
|
|
offset_top = 838.0
|
|
offset_right = 865.0
|
|
offset_bottom = 1038.0
|
|
|
|
[node name="DefaultMiddleColumnAlt" parent="." instance=ExtResource("5_ek8wa")]
|
|
offset_left = 869.0
|
|
offset_top = 838.0
|
|
offset_right = 1069.0
|
|
offset_bottom = 1038.0
|
|
|
|
[node name="DefaultRightColumnAlt" parent="." instance=ExtResource("5_ek8wa")]
|
|
offset_left = 1064.0
|
|
offset_top = 838.0
|
|
offset_right = 1264.0
|
|
offset_bottom = 1038.0
|
|
|
|
[node name="BusDebug" type="RichTextLabel" parent="."]
|
|
offset_top = 276.0
|
|
offset_right = 322.0
|
|
offset_bottom = 429.0
|
|
theme_override_font_sizes/normal_font_size = 32
|
|
text = "BusDEBUG"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|