更改项目目录结构
1 parent c32f051 commit cd3ce2d4a6d339d3782f34763417293e8b8225f4
@小李xl 小李xl authored on 31 Oct 2023
Showing 49 changed files
View
DungeonShooting_Godot/DungeonShooting.csproj
View
DungeonShooting_Godot/excel/excelFile/ActivityBase.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/AiAttackAttr.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/BulletBase.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/Sound.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/WeaponBase.xlsx
Not supported
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
View
DungeonShooting_Godot/prefab/bullet/normal/Bullet0001.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/bullet/normal/Bullet0002.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/bullet/normal/Bullet0003.tscn 0 → 100644
View
DungeonShooting_Godot/resource/config/ActivityBase.json
View
DungeonShooting_Godot/resource/sprite/bullet/Laser0001.png 100644 → 0
View
DungeonShooting_Godot/resource/sprite/bullet/Laser0001.png.import 100644 → 0
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/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/sprite/bullet/laser/Laser0001.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/bullet/laser/Laser0001.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/bullet/normal/arrow.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/bullet/normal/arrow.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/bullet/normal/bullet0001.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/bullet/normal/bullet0001.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/bullet/normal/bullet0002.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/bullet/normal/bullet0002.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/bullet/normal/bullet0003.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/bullet/normal/bullet0003.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/bullet/normal/bullet2.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/bullet/normal/bullet2.png.import 0 → 100644
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/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
View
DungeonShooting_Godot/src/game/activity/bullet/normal/Bullet.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/bullet/normal/BulletAttribute.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/bullet/normal/IBullet.cs 0 → 100644