初始化武器数据
1 parent bc61e31 commit 2659cffb985f4ff5f02e1cd9bf5e60aefdfbbe6a
@lijincheng lijincheng authored on 7 Jun 2023
Showing 27 changed files
View
DungeonShooting_Godot/prefab/bullet/Bullet0001.tscn
View
DungeonShooting_Godot/prefab/bullet/Bullet0002.tscn
View
DungeonShooting_Godot/prefab/shell/Shell0001.tscn
View
DungeonShooting_Godot/prefab/weapon/Weapon0001.tscn
View
DungeonShooting_Godot/resource/sprite/role/enemy0001/enemy0001.png.import
View
DungeonShooting_Godot/resource/sprite/role/enemy0001/enemy0001_Debris.png.import
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/activity/bullet/Bullet.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/bullet/BulletAttribute.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/package/Holster.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/shell/Shell.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/weapon/Weapon.cs 0 → 100644
Too large (Show diff)
View
DungeonShooting_Godot/src/game/activity/weapon/WeaponWeightType.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/weapon/gun/Gun.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/weapon/gun/Shotgun.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/weapon/knife/Knife.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/bullet/Bullet.cs 100644 → 0
View
DungeonShooting_Godot/src/game/item/bullet/BulletAttribute.cs 100644 → 0
View
DungeonShooting_Godot/src/game/item/package/Holster.cs 100644 → 0
View
DungeonShooting_Godot/src/game/item/shell/Shell.cs 100644 → 0
View
DungeonShooting_Godot/src/game/item/weapon/Weapon.cs 100644 → 0
Too large (Show diff)
View
DungeonShooting_Godot/src/game/item/weapon/WeaponAttribute.cs 100644 → 0
View
DungeonShooting_Godot/src/game/item/weapon/WeaponWeightType.cs 100644 → 0
View
DungeonShooting_Godot/src/game/item/weapon/gun/Gun.cs 100644 → 0
View
DungeonShooting_Godot/src/game/item/weapon/gun/Shotgun.cs 100644 → 0
View
DungeonShooting_Godot/src/game/item/weapon/knife/Knife.cs 100644 → 0
View
DungeonShooting_Godot/src/game/room/DungeonManager.cs