Newer
Older
DungeonShooting / DungeonShooting_Godot / prefab / weapon / gun / Shotgun.tscn
@小李xl 小李xl on 19 Aug 2022 260 bytes 单独换弹, 还有点问题
[gd_scene load_steps=3 format=2]

[ext_resource path="res://prefab/weapon/Weapon.tscn" type="PackedScene" id=1]
[ext_resource path="res://src/weapon/gun/Shotgun.cs" type="Script" id=2]

[node name="Shotgun" instance=ExtResource( 1 )]
script = ExtResource( 2 )