1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00

feat(角色): 为公鸡角色添加VectorStar武器

增加VectorStar武器到公鸡角色的武器库中,扩展其攻击能力
This commit is contained in:
2026-03-07 09:30:36 +08:00
parent 3aa28ecf39
commit c0166cbffc
+5 -1
View File
@@ -1,8 +1,9 @@
[gd_scene load_steps=20 format=3 uid="uid://dky8574uqc18r"]
[gd_scene load_steps=21 format=3 uid="uid://dky8574uqc18r"]
[ext_resource type="PackedScene" uid="uid://cvogxi7mktumf" path="res://components/Abstracts/EntityBase.tscn" id="1_e5pl8"]
[ext_resource type="Script" uid="uid://cthtupc6dtbav" path="res://scripts/Contents/Characters/Rooster.gd" id="2_oqdqd"]
[ext_resource type="PackedScene" uid="uid://u0djqwuuysp8" path="res://components/Weapons/Volcano.tscn" id="3_da2ca"]
[ext_resource type="PackedScene" uid="uid://bb1uh8k7gkhr7" path="res://components/Weapons/VectorStar.tscn" id="4_0omr3"]
[ext_resource type="AudioStream" uid="uid://cdrevrq7n6yqa" path="res://resources/sounds/effect/Boing.mp3" id="4_66s6c"]
[ext_resource type="AudioStream" uid="uid://benyec5bqni0b" path="res://resources/sounds/effect/Chomp.wav" id="4_k0yme"]
[ext_resource type="AudioStream" uid="uid://dmxh3bpk8vyy5" path="res://resources/sounds/effect/Coin.mp3" id="5_xnbhq"]
@@ -103,6 +104,9 @@ process_mode = 4
[node name="Volcano" parent="weaponStore" index="0" instance=ExtResource("3_da2ca")]
[node name="VectorStar" parent="weaponStore" index="1" instance=ExtResource("4_0omr3")]
debugRebuild = false
[node name="sprint" parent="sounds" index="0"]
stream = ExtResource("4_66s6c")