Merge branch '游戏核心功能开发' into Ui核心功能开发
|
---|
DungeonShooting_Godot/addons/dungeonShooting_plugin/Plugin.cs |
---|
DungeonShooting_Godot/prefab/map/RoomDoor.tscn |
---|
DungeonShooting_Godot/prefab/weapon/Weapon.tscn |
---|
DungeonShooting_Godot/prefab/weapon/bullet/Bullet.tscn |
---|
DungeonShooting_Godot/resource/map/tileMaps/Room1.tscn |
---|
DungeonShooting_Godot/resource/map/tileMaps/Room2.tscn |
---|
DungeonShooting_Godot/resource/map/tileMaps/Room3.tscn |
---|
DungeonShooting_Godot/resource/theme/mainTheme.tres |
---|
DungeonShooting_Godot/scene/Main.tscn |
---|
DungeonShooting_Godot/src/framework/SerializeVector2.cs |
---|
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs |
---|
DungeonShooting_Godot/src/framework/activity/ActivityObject_Register.cs |
---|
DungeonShooting_Godot/src/framework/common/Utils.cs |
---|
DungeonShooting_Godot/src/framework/map/AffiliationArea.cs |
---|
DungeonShooting_Godot/src/framework/map/DoorNavigationInfo.cs |
---|
DungeonShooting_Godot/src/framework/map/DungeonRoomTemplate.cs |
---|
DungeonShooting_Godot/src/framework/map/DungeonTile.cs |
---|
DungeonShooting_Godot/src/framework/map/GenerateDungeon.cs |
---|
DungeonShooting_Godot/src/framework/map/RoomInfo.cs |
---|
DungeonShooting_Godot/src/framework/map/mark/ActivityMark.cs |
---|
DungeonShooting_Godot/src/framework/map/mark/EnemyMark.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/framework/map/mark/WeaponMark.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/GameApplication.cs |
---|
DungeonShooting_Godot/src/game/GameConfig.cs |
---|
DungeonShooting_Godot/src/game/event/EventEnum.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/Weapon.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/WeaponAttribute.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/bullet/Bullet.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/gun/Shotgun.cs |
---|
DungeonShooting_Godot/src/game/role/Player.cs |
---|
DungeonShooting_Godot/src/game/role/Role.cs |
---|
DungeonShooting_Godot/src/game/role/enemy/Enemy.cs |
---|
DungeonShooting_Godot/src/game/role/enemy/state/AiFindAmmoState.cs |
---|
DungeonShooting_Godot/src/game/role/enemy/state/AiFollowUpState.cs |
---|
DungeonShooting_Godot/src/game/role/enemy/state/AiLeaveForState.cs |
---|
DungeonShooting_Godot/src/game/role/enemy/state/AiNormalState.cs |
---|
DungeonShooting_Godot/src/game/role/enemy/state/AiSurroundState.cs |
---|
DungeonShooting_Godot/src/game/role/enemy/state/AiTailAfterState.cs |
---|
DungeonShooting_Godot/src/game/room/RoomDoor.cs |
---|
DungeonShooting_Godot/src/game/room/RoomManager.cs |
---|