mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-11 06:07:12 +08:00
code
This commit is contained in:
@@ -17,6 +17,11 @@ animations = [{
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_v78o6"]
|
||||
font_size = 40
|
||||
font_color = Color(1, 0, 0, 1)
|
||||
outline_size = 1
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_8do1r"]
|
||||
size = Vector2(112, 112)
|
||||
|
||||
@@ -34,6 +39,14 @@ position = Vector2(0, -1.0000038)
|
||||
scale = Vector2(0.8514976, 0.8514976)
|
||||
texture = ExtResource("3_v78o6")
|
||||
|
||||
[node name="Label" type="Label" parent="texture/staticBackground" index="0" unique_id=1072410685]
|
||||
offset_left = -65.76649
|
||||
offset_top = -29.360033
|
||||
offset_right = 68.23351
|
||||
offset_bottom = 29.639967
|
||||
text = "BOSS 1"
|
||||
label_settings = SubResource("LabelSettings_v78o6")
|
||||
|
||||
[node name="hitbox" parent="texture/hurtbox" index="0"]
|
||||
shape = SubResource("RectangleShape2D_8do1r")
|
||||
|
||||
|
||||
@@ -9,8 +9,7 @@
|
||||
[ext_resource type="PackedScene" uid="uid://bbrllsqjmx0ie" path="res://components/Weapons/DaoStatue.tscn" id="5_fkh3f"]
|
||||
[ext_resource type="AudioStream" uid="uid://dmxh3bpk8vyy5" path="res://resources/sounds/effect/Coin.mp3" id="5_xnbhq"]
|
||||
[ext_resource type="AudioStream" uid="uid://4wuuf1osk0yv" path="res://resources/sounds/effect/Low Boing.wav" id="6_m5px1"]
|
||||
[ext_resource type="Texture2D" uid="uid://fn8qx72clh38" path="res://resources/characters/cock/rooster-a.svg" id="8_da2ca"]
|
||||
[ext_resource type="Texture2D" uid="uid://ci2ik43ce82uy" path="res://resources/characters/cock/rooster-b.svg" id="9_0omr3"]
|
||||
[ext_resource type="Texture2D" uid="uid://dwwpkn4q07ja2" path="res://icon.svg" id="10_0omr3"]
|
||||
|
||||
[sub_resource type="Curve" id="Curve_da2ca"]
|
||||
_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0]
|
||||
@@ -66,7 +65,7 @@ animations = [{
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("8_da2ca")
|
||||
"texture": ExtResource("10_0omr3")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"idle",
|
||||
@@ -74,10 +73,7 @@ animations = [{
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("8_da2ca")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("9_0omr3")
|
||||
"texture": ExtResource("10_0omr3")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"walk",
|
||||
@@ -128,16 +124,16 @@ sprite_frames = SubResource("SpriteFrames_4v2ol")
|
||||
animation = &"walk"
|
||||
|
||||
[node name="staticAnimation" parent="texture" index="1"]
|
||||
position = Vector2(0, -24)
|
||||
position = Vector2(0, -17)
|
||||
sprite_frames = SubResource("SpriteFrames_jluqw")
|
||||
animation = &"idle"
|
||||
animation = &"walk"
|
||||
|
||||
[node name="hitbox" parent="texture/hurtbox" index="0"]
|
||||
position = Vector2(8, -28)
|
||||
position = Vector2(-2, -18)
|
||||
shape = SubResource("CircleShape2D_h1v0q")
|
||||
|
||||
[node name="normal" type="Node2D" parent="texture/weapons" index="0" unique_id=1939030218]
|
||||
position = Vector2(56, -69)
|
||||
position = Vector2(1, -13)
|
||||
|
||||
[node name="statebar" parent="." index="5" node_paths=PackedStringArray("entity")]
|
||||
position = Vector2(0, -150)
|
||||
|
||||
Reference in New Issue
Block a user