还原物体root和导航区域计算
1 parent dcf5afe commit 22b5fe80afe71e59a1e511f295cae6d9821de7d3
@小李xl 小李xl authored on 12 Feb 2023
Showing 25 changed files
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/ActivityObjectTemplate.cs 100644 → 0
View
DungeonShooting_Godot/prefab/effect/BulletSmoke.tscn
View
DungeonShooting_Godot/prefab/role/Role.tscn
View
DungeonShooting_Godot/prefab/test/TestActivity.tscn
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/project.godot
View
DungeonShooting_Godot/resource/theme/mainTheme.tres
View
DungeonShooting_Godot/scene/Main.tscn
View
DungeonShooting_Godot/scene/Room.tscn
View
DungeonShooting_Godot/src/framework/ActivityObject.cs
View
DungeonShooting_Godot/src/framework/ActivityObjectTemplate.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/common/NodeExtend.cs
View
DungeonShooting_Godot/src/game/GameApplication.cs
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/gun/Shotgun.cs
View
DungeonShooting_Godot/src/game/manager/SpecialEffectManager.cs
View
DungeonShooting_Godot/src/game/room/AutoTileConfig.cs
View
DungeonShooting_Godot/src/game/room/DungeonTileManager.cs
View
DungeonShooting_Godot/src/game/room/RoomLayerEnum.cs 0 → 100644
View
DungeonShooting_Godot/src/game/room/RoomManager.cs
View
DungeonShooting_Godot/src/game/room/TileCellInfo.cs