激光武器,开发中
1 parent e637270 commit e357d812049bbdef466c87305d3d855f41ddaf0c
@小李xl 小李xl authored on 29 Oct 2023
Showing 61 changed files
View
DungeonShooting_Godot/DungeonShooting.csproj
View
DungeonShooting_Godot/DungeonShooting.csproj.old.1 0 → 100644
View
DungeonShooting_Godot/excel/excelFile/ActivityObject.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/AiAttackAttr.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/Sound.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/Weapon.xlsx
Not supported
View
DungeonShooting_Godot/prefab/ammo/Bullet0001.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/ammo/Bullet0002.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/ammo/Bullet0003.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/ammo/laser/Laser0001.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/bullet/Bullet0001.tscn 100644 → 0
View
DungeonShooting_Godot/prefab/bullet/Bullet0002.tscn 100644 → 0
View
DungeonShooting_Godot/prefab/bullet/Bullet0003.tscn 100644 → 0
View
DungeonShooting_Godot/prefab/bullet/laser/Laser0001.tscn 100644 → 0
View
DungeonShooting_Godot/prefab/role/RoleTemplate.tscn
View
DungeonShooting_Godot/resource/config/ActivityObject.json
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/inlet/Start1/Preinstall.json
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/inlet/Start1/Preview.png
View
DungeonShooting_Godot/resource/sprite/ammo/Laser0001.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ammo/Laser0001.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ammo/arrow.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ammo/arrow.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ammo/bullet.aseprite 0 → 100644
Not supported
View
DungeonShooting_Godot/resource/sprite/ammo/bullet0001.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ammo/bullet0001.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ammo/bullet0002.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ammo/bullet0002.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ammo/bullet0003.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ammo/bullet0003.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ammo/bullet2.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ammo/bullet2.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/bullet/arrow.png 100644 → 0
View
DungeonShooting_Godot/resource/sprite/bullet/arrow.png.import 100644 → 0
View
DungeonShooting_Godot/resource/sprite/bullet/bullet.aseprite 100644 → 0
Not supported
View
DungeonShooting_Godot/resource/sprite/bullet/bullet0001.png 100644 → 0
View
DungeonShooting_Godot/resource/sprite/bullet/bullet0001.png.import 100644 → 0
View
DungeonShooting_Godot/resource/sprite/bullet/bullet0002.png 100644 → 0
View
DungeonShooting_Godot/resource/sprite/bullet/bullet0002.png.import 100644 → 0
View
DungeonShooting_Godot/resource/sprite/bullet/bullet0003.png 100644 → 0
View
DungeonShooting_Godot/resource/sprite/bullet/bullet0003.png.import 100644 → 0
View
DungeonShooting_Godot/resource/sprite/bullet/bullet2.png 100644 → 0
View
DungeonShooting_Godot/resource/sprite/bullet/bullet2.png.import 100644 → 0
View
DungeonShooting_Godot/resource/spriteFrames/bullet/Bullet0001.tres
View
DungeonShooting_Godot/resource/spriteFrames/bullet/Bullet0002.tres
View
DungeonShooting_Godot/resource/spriteFrames/bullet/Bullet0003.tres
View
DungeonShooting_Godot/src/framework/activity/ActivityObject_Init.cs
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/activity/ammo/Bullet.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/ammo/BulletAttribute.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/ammo/IAmmo.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/ammo/laser/Laser.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/bullet/Bullet.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/bullet/BulletAttribute.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/bullet/IBullet.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/bullet/laser/Laser.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/Role.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/Enemy.cs
View
DungeonShooting_Godot/src/game/activity/role/player/Player.cs
View
DungeonShooting_Godot/src/game/activity/weapon/Weapon.cs
View
DungeonShooting_Godot/src/game/activity/weapon/gun/Gun.cs
View
DungeonShooting_Godot/src/game/manager/ResourcePath.cs