2025-11-07 22:31:51 +08:00
|
|
|
[gd_scene load_steps=6 format=3 uid="uid://b83iw0a062qp"]
|
2025-11-06 22:26:15 +08:00
|
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cvogxi7mktumf" path="res://components/Abstracts/EntityBase.tscn" id="1_fktqv"]
|
|
|
|
|
[ext_resource type="Script" uid="uid://11fi3jjdm810" path="res://scripts/Contents/Summons/LGBTFlag.gd" id="2_6d456"]
|
2025-11-07 22:31:51 +08:00
|
|
|
[ext_resource type="Texture2D" uid="uid://cwfyi61xkt4bt" path="res://resources/weapons/lgbt.jpeg" id="3_r6sud"]
|
|
|
|
|
|
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_r6sud"]
|
|
|
|
|
animations = [{
|
|
|
|
|
"frames": [],
|
|
|
|
|
"loop": true,
|
|
|
|
|
"name": &"idle",
|
|
|
|
|
"speed": 5.0
|
|
|
|
|
}, {
|
|
|
|
|
"frames": [],
|
|
|
|
|
"loop": true,
|
|
|
|
|
"name": &"walk",
|
|
|
|
|
"speed": 5.0
|
|
|
|
|
}]
|
|
|
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_r6sud"]
|
|
|
|
|
size = Vector2(112, 70)
|
2025-11-06 22:26:15 +08:00
|
|
|
|
|
|
|
|
[node name="LGBTFlag" instance=ExtResource("1_fktqv")]
|
|
|
|
|
script = ExtResource("2_6d456")
|
|
|
|
|
attraction = 0.5
|
2025-11-06 22:42:01 +08:00
|
|
|
|
2025-11-07 22:31:51 +08:00
|
|
|
[node name="texture" parent="." index="2"]
|
|
|
|
|
sprite_frames = SubResource("SpriteFrames_r6sud")
|
|
|
|
|
|
2025-11-08 20:19:24 +08:00
|
|
|
[node name="staticBackground" parent="texture" index="0"]
|
|
|
|
|
position = Vector2(-0.99999994, 16)
|
|
|
|
|
scale = Vector2(0.10957062, 0.11560604)
|
|
|
|
|
texture = ExtResource("3_r6sud")
|
|
|
|
|
|
2025-11-07 22:31:51 +08:00
|
|
|
[node name="hitbox" parent="texture/hurtbox" index="0"]
|
|
|
|
|
position = Vector2(0, 15)
|
|
|
|
|
shape = SubResource("RectangleShape2D_r6sud")
|
|
|
|
|
|
2025-11-06 22:42:01 +08:00
|
|
|
[node name="normal" type="Node2D" parent="texture/weapons" index="0"]
|