1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-04 18:57:13 +08:00
Files
Dog-Lynx-And-HCN/components/Bullets/Bow.tscn
T
fallingshrimp 152f75d551 feat(武器系统): 添加鸡毛弓和箭矢资源及场景
添加鸡毛弓和箭矢的图片资源及对应的场景文件
调整火山子弹的特效参数
删除调试场景文件
2025-11-16 16:50:20 +08:00

14 lines
548 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://c2ga3ktbxdfc5"]
[ext_resource type="PackedScene" uid="uid://crtdkysmnkith" path="res://components/Abstracts/BulletBase.tscn" id="1_t0pyo"]
[ext_resource type="Texture2D" uid="uid://7us1po711e3o" path="res://resources/weapons/鸡毛弓.png" id="2_two1a"]
[node name="Bow" instance=ExtResource("1_t0pyo")]
[node name="static" type="Sprite2D" parent="texture" index="1"]
scale = Vector2(0.055427626, 0.055427626)
texture = ExtResource("2_two1a")
[node name="hitbox" parent="." index="1"]
disabled = true