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