!6 完成地牢数据生成, 但是还没有在游戏中表现出来
Merge pull request !6 from 小李/游戏核心功能开发
commit ced207de8af652fc3b1fa61749db9658c74be279
2 parents c2eaedc + 69c01da
@小李 小李 authored on 1 Feb 2023
Gitee committed on 1 Feb 2023
Showing 59 changed files
View
DungeonShooting_Art/effect/Circle.png 0 → 100644
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/ActivityObjectHit.tres 100644 → 0
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/ActivityObjectReset.tres 100644 → 0
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/ActivityObjectTemplate.cs
View
DungeonShooting_Godot/prefab/effect/Blood.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/role/Enemy.tscn
View
DungeonShooting_Godot/prefab/role/Player.tscn
View
DungeonShooting_Godot/prefab/role/Role.tscn
View
DungeonShooting_Godot/prefab/test/TestActivity.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/weapon/Weapon.tscn
View
DungeonShooting_Godot/prefab/weapon/bullet/Bullet.tscn
View
DungeonShooting_Godot/prefab/weapon/shell/ShellCase.tscn
View
DungeonShooting_Godot/resource/effects/Circle.png 0 → 100644
View
DungeonShooting_Godot/resource/effects/Circle.png.import 0 → 100644
View
DungeonShooting_Godot/resource/map/dungeon_1.tmx 0 → 100644
View
DungeonShooting_Godot/resource/map/dungeon_1.tmx.import 0 → 100644
View
DungeonShooting_Godot/resource/map/dungeon_test.tmx
View
DungeonShooting_Godot/resource/map/itch-io-DungeonTileset4.tsx
View
DungeonShooting_Godot/resource/materlal/Blend.tres
View
DungeonShooting_Godot/resource/sprite/environment/itch-io-DungeonTileset4/16x16 dungeon ii wall reconfig v04 spritesheet.png
View
DungeonShooting_Godot/scene/Main.tscn
View
DungeonShooting_Godot/scene/Room.tscn
Too large (Show diff)
View
DungeonShooting_Godot/scene/test/TestGenerateDungeon.tscn 0 → 100644
View
DungeonShooting_Godot/scene/test/TestTileLayer.tscn 0 → 100644
View
DungeonShooting_Godot/src/framework/ActivityObject.cs
View
DungeonShooting_Godot/src/framework/Component.cs
View
DungeonShooting_Godot/src/framework/ExternalForce.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/Grid.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/ObjectThrowData.cs
View
DungeonShooting_Godot/src/framework/components/MoveController.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/components/StateBase.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/components/StateController.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/generate/DoorDirection.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/generate/GenerateDungeon.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/generate/RoomDoor.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/generate/RoomInfo.cs 0 → 100644
View
DungeonShooting_Godot/src/game/GameConfig.cs
View
DungeonShooting_Godot/src/game/common/Utils.cs
View
DungeonShooting_Godot/src/game/effects/Blood.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/weapon/Weapon.cs
View
DungeonShooting_Godot/src/game/item/weapon/bullet/Bullet.cs
View
DungeonShooting_Godot/src/game/item/weapon/gun/Gun.cs
View
DungeonShooting_Godot/src/game/item/weapon/knife/Knife.cs
View
DungeonShooting_Godot/src/game/manager/ResourcePath.cs
View
DungeonShooting_Godot/src/game/role/PathSign.cs 100644 → 0
View
DungeonShooting_Godot/src/game/role/Player.cs
View
DungeonShooting_Godot/src/game/role/Role.cs
View
DungeonShooting_Godot/src/game/role/StateBase.cs 100644 → 0
View
DungeonShooting_Godot/src/game/role/StateController.cs 100644 → 0
View
DungeonShooting_Godot/src/game/role/enemy/Enemy.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiFindAmmoState.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiFollowUpState.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiLeaveForState.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiNormalState.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiSurroundState.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiTailAfterState.cs
View
DungeonShooting_Godot/src/game/room/RoomManager.cs
View
DungeonShooting_Godot/src/test/TestActivity.cs 0 → 100644
View
DungeonShooting_Godot/src/test/TestGenerateDungeon.cs 0 → 100644