mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-27 22:41:56 +08:00
502ef15198
降低链式机枪伤害范围从5-12改为4-6点 将子弹缩放比例从2调整为1.5
27 lines
990 B
Plaintext
27 lines
990 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://bgt6dok3wc7qs"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://crtdkysmnkith" path="res://components/Abstracts/BulletBase.tscn" id="1_0gg4y"]
|
|
[ext_resource type="Texture2D" uid="uid://ccxdfsg5071t4" path="res://resources/bullets/chain-gun/Chain_Gun.webp" id="2_4hyk3"]
|
|
[ext_resource type="Script" path="res://scripts/Contents/Bullets/ChainGun.gd" id="2_l7jtn"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_cl70o"]
|
|
|
|
[node name="ChainGun" instance=ExtResource("1_0gg4y")]
|
|
script = ExtResource("2_l7jtn")
|
|
lifeTime = 50.0
|
|
|
|
[node name="texture" parent="." index="0"]
|
|
sprite_frames = SubResource("SpriteFrames_cl70o")
|
|
|
|
[node name="node" type="Sprite2D" parent="texture" index="1"]
|
|
position = Vector2(130, 0)
|
|
scale = Vector2(1.5, 1.5)
|
|
texture = ExtResource("2_4hyk3")
|
|
|
|
[node name="anchor" type="Node2D" parent="texture/node" index="0"]
|
|
unique_name_in_owner = true
|
|
position = Vector2(25, 0)
|
|
|
|
[node name="hitbox" parent="." index="1"]
|
|
disabled = true
|