mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-27 22:41:56 +08:00
refactor(Characters): 调整角色场景配置并移除多余武器节点
移除牧羊犬角色中多余的武器节点,仅保留火山武器 调整狗和母鸡角色的碰撞体和武器位置
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=9 format=3 uid="uid://bb363wvwvs7m4"]
|
||||
[gd_scene format=3 uid="uid://bb363wvwvs7m4"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cvogxi7mktumf" path="res://components/Abstracts/EntityBase.tscn" id="1_cbgnh"]
|
||||
[ext_resource type="Script" uid="uid://soehdxfbpmc0" path="res://scripts/Contents/Characters/Dog.gd" id="2_pb36u"]
|
||||
@@ -47,7 +47,7 @@ animations = [{
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_e644g"]
|
||||
size = Vector2(140, 91)
|
||||
|
||||
[node name="Dog" instance=ExtResource("1_cbgnh")]
|
||||
[node name="Dog" unique_id=391590609 instance=ExtResource("1_cbgnh")]
|
||||
script = ExtResource("2_pb36u")
|
||||
displayName = "哈士奇"
|
||||
drops = Array[int]([3])
|
||||
@@ -75,8 +75,8 @@ frame_progress = 0.6540908
|
||||
position = Vector2(1, 12.5)
|
||||
shape = SubResource("RectangleShape2D_e644g")
|
||||
|
||||
[node name="normal" type="Node2D" parent="texture/weapons" index="0"]
|
||||
position = Vector2(53, -35)
|
||||
[node name="normal" type="Node2D" parent="texture/weapons" index="0" unique_id=1000814647]
|
||||
position = Vector2(61, 13)
|
||||
|
||||
[node name="statebar" parent="." index="4"]
|
||||
position = Vector2(11, -122)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=9 format=3 uid="uid://c8h1abpbe6cww"]
|
||||
[gd_scene format=3 uid="uid://c8h1abpbe6cww"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cvogxi7mktumf" path="res://components/Abstracts/EntityBase.tscn" id="1_twxai"]
|
||||
[ext_resource type="Script" uid="uid://dsfht8qodraln" path="res://scripts/Contents/Characters/Hen.gd" id="2_8u5a0"]
|
||||
@@ -34,7 +34,7 @@ size = Vector2(101, 49.5)
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_rwj47"]
|
||||
radius = 19.026299
|
||||
|
||||
[node name="Hen" instance=ExtResource("1_twxai")]
|
||||
[node name="Hen" unique_id=1625119529 instance=ExtResource("1_twxai")]
|
||||
script = ExtResource("2_8u5a0")
|
||||
displayName = "母鸡"
|
||||
drops = Array[int]([1])
|
||||
@@ -58,11 +58,12 @@ scale = Vector2(0.29643428, 0.29643428)
|
||||
position = Vector2(-13.5, 0.75)
|
||||
shape = SubResource("RectangleShape2D_1stll")
|
||||
|
||||
[node name="hitbox2" type="CollisionShape2D" parent="texture/hurtbox" index="1"]
|
||||
[node name="hitbox2" type="CollisionShape2D" parent="texture/hurtbox" index="1" unique_id=5127309]
|
||||
position = Vector2(49, -28)
|
||||
shape = SubResource("CircleShape2D_rwj47")
|
||||
|
||||
[node name="normal" type="Node2D" parent="texture/weapons" index="0"]
|
||||
[node name="normal" type="Node2D" parent="texture/weapons" index="0" unique_id=676880742]
|
||||
position = Vector2(66, -25)
|
||||
|
||||
[node name="statebar" parent="." index="4" node_paths=PackedStringArray("entity")]
|
||||
position = Vector2(0, -118)
|
||||
|
||||
@@ -2,26 +2,10 @@
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bs863g2s8r770" path="res://components/Abstracts/PlayerBase.tscn" id="1_y3l4w"]
|
||||
[ext_resource type="Script" uid="uid://bbmb572iba42l" path="res://scripts/Contents/Characters/MuyangDog.gd" id="2_mr6nm"]
|
||||
[ext_resource type="PackedScene" uid="uid://dt8w2w816tsj0" path="res://components/Weapons/RedCrystal.tscn" id="3_6avmi"]
|
||||
[ext_resource type="PackedScene" uid="uid://u0djqwuuysp8" path="res://components/Weapons/Volcano.tscn" id="3_e236u"]
|
||||
[ext_resource type="PackedScene" uid="uid://bbrllsqjmx0ie" path="res://components/Weapons/DaoStatue.tscn" id="3_nco02"]
|
||||
[ext_resource type="PackedScene" uid="uid://cx7nogfnv7s8t" path="res://components/Weapons/Tree.tscn" id="4_im5m5"]
|
||||
|
||||
[node name="MuyangDog" unique_id=1711205167 instance=ExtResource("1_y3l4w")]
|
||||
script = ExtResource("2_mr6nm")
|
||||
displayName = "牧羊犬"
|
||||
|
||||
[node name="DaoStatue" parent="weaponStore" index="0" unique_id=265403254 instance=ExtResource("3_nco02")]
|
||||
offset_right = 352.0
|
||||
offset_bottom = 624.0
|
||||
debugRebuild = false
|
||||
|
||||
[node name="Tree" parent="weaponStore" index="1" unique_id=185228402 instance=ExtResource("4_im5m5")]
|
||||
offset_right = 352.0
|
||||
offset_bottom = 1416.0
|
||||
|
||||
[node name="RedCrystal" parent="weaponStore" index="2" unique_id=1209955095 instance=ExtResource("3_6avmi")]
|
||||
offset_right = 352.0
|
||||
offset_bottom = 452.0
|
||||
|
||||
[node name="Volcano" parent="weaponStore" index="3" unique_id=204992396 instance=ExtResource("3_e236u")]
|
||||
[node name="Volcano" parent="weaponStore" index="0" unique_id=204992396 instance=ExtResource("3_e236u")]
|
||||
|
||||
Reference in New Issue
Block a user