52 lines
1.7 KiB
Plaintext
52 lines
1.7 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
|