架构调整
1 parent 4ecad06 commit efc964e289502bfbd32a8213d5d3bb32e8dc1724
@小李xl 小李xl authored on 24 Aug 2022
Showing 90 changed files
View
.gitignore
View
DungeonShooting_Godot/DungeonShooting.sln.DotSettings.user 0 → 100644
View
DungeonShooting_Godot/prefab/effect/Hit.tscn
View
DungeonShooting_Godot/prefab/role/Player.tscn
View
DungeonShooting_Godot/prefab/role/Role.tscn
View
DungeonShooting_Godot/prefab/ui/Cursor.tscn
View
DungeonShooting_Godot/prefab/ui/RoomUI.tscn
View
DungeonShooting_Godot/prefab/ui/bar/InteractiveTipBar.tscn
View
DungeonShooting_Godot/prefab/ui/bar/ReloadBar.tscn
View
DungeonShooting_Godot/prefab/weapon/bullet/HighSpeedBullet.tscn
View
DungeonShooting_Godot/prefab/weapon/bullet/OrdinaryBullets.tscn
View
DungeonShooting_Godot/project.godot
View
DungeonShooting_Godot/scene/Room.tscn
View
DungeonShooting_Godot/scene/TestNavigation.tscn
View
DungeonShooting_Godot/src/AnimatorNames.cs 100644 → 0
View
DungeonShooting_Godot/src/CollisionComponent.cs 100644 → 0
View
DungeonShooting_Godot/src/GameConfig.cs 100644 → 0
View
DungeonShooting_Godot/src/IObject.cs 100644 → 0
View
DungeonShooting_Godot/src/Pack.cs 100644 → 0
View
DungeonShooting_Godot/src/TestNavigation.cs 100644 → 0
View
DungeonShooting_Godot/src/camera/MainCamera.cs 100644 → 0
View
DungeonShooting_Godot/src/common/NodeExtend.cs 100644 → 0
View
DungeonShooting_Godot/src/effect/Cursor.cs 100644 → 0
View
DungeonShooting_Godot/src/effect/Hit.cs 100644 → 0
View
DungeonShooting_Godot/src/effect/ThrowNode.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/Component.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/GameObject.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/IProcess.cs 0 → 100644
View
DungeonShooting_Godot/src/game/GameConfig.cs 0 → 100644
View
DungeonShooting_Godot/src/game/TestNavigation.cs 0 → 100644
View
DungeonShooting_Godot/src/game/camera/MainCamera.cs 0 → 100644
View
DungeonShooting_Godot/src/game/common/MathUtils.cs 0 → 100644
View
DungeonShooting_Godot/src/game/common/NodeExtend.cs 0 → 100644
View
DungeonShooting_Godot/src/game/effect/Cursor.cs 0 → 100644
View
DungeonShooting_Godot/src/game/effect/Hit.cs 0 → 100644
View
DungeonShooting_Godot/src/game/effect/ThrowNode.cs 0 → 100644
View
DungeonShooting_Godot/src/game/manager/GameManager.cs 0 → 100644
View
DungeonShooting_Godot/src/game/manager/ResourceManager.cs 0 → 100644
View
DungeonShooting_Godot/src/game/manager/SoundManager.cs 0 → 100644
View
DungeonShooting_Godot/src/game/props/CheckInteractiveResult.cs 0 → 100644
View
DungeonShooting_Godot/src/game/props/IProp.cs 0 → 100644
View
DungeonShooting_Godot/src/game/props/package/Holster.cs 0 → 100644
View
DungeonShooting_Godot/src/game/props/weapon/RegisterWeapon.cs 0 → 100644
View
DungeonShooting_Godot/src/game/props/weapon/RegisterWeaponFunction.cs 0 → 100644
View
DungeonShooting_Godot/src/game/props/weapon/ThrowGun.cs 0 → 100644
View
DungeonShooting_Godot/src/game/props/weapon/Weapon.cs 0 → 100644
View
DungeonShooting_Godot/src/game/props/weapon/WeaponAttribute.cs 0 → 100644
View
DungeonShooting_Godot/src/game/props/weapon/WeaponManager.cs 0 → 100644
View
DungeonShooting_Godot/src/game/props/weapon/WeaponWeightType.cs 0 → 100644
View
DungeonShooting_Godot/src/game/props/weapon/bullet/Bullet.cs 0 → 100644
View
DungeonShooting_Godot/src/game/props/weapon/bullet/HighSpeedBullet.cs 0 → 100644
View
DungeonShooting_Godot/src/game/props/weapon/bullet/OrdinaryBullets.cs 0 → 100644
View
DungeonShooting_Godot/src/game/props/weapon/gun/Gun.cs 0 → 100644
View
DungeonShooting_Godot/src/game/props/weapon/gun/Shotgun.cs 0 → 100644
View
DungeonShooting_Godot/src/game/props/weapon/shell/ThrowShell.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/AnimatorNames.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/CampEnum.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/Player.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/Role.cs 0 → 100644
View
DungeonShooting_Godot/src/game/room/RoomManager.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/InteractiveTipBar.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/ReloadBar.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/RoomUI.cs 0 → 100644
View
DungeonShooting_Godot/src/manager/GameManager.cs 100644 → 0
View
DungeonShooting_Godot/src/manager/ResourceManager.cs 100644 → 0
View
DungeonShooting_Godot/src/manager/SoundManager.cs 100644 → 0
View
DungeonShooting_Godot/src/package/Holster.cs 100644 → 0
View
DungeonShooting_Godot/src/props/CheckInteractiveResult.cs 100644 → 0
View
DungeonShooting_Godot/src/props/IProp.cs 100644 → 0
View
DungeonShooting_Godot/src/role/CampEnum.cs 100644 → 0
View
DungeonShooting_Godot/src/role/Player.cs 100644 → 0
View
DungeonShooting_Godot/src/role/Role.cs 100644 → 0
View
DungeonShooting_Godot/src/room/RoomManager.cs 100644 → 0
View
DungeonShooting_Godot/src/ui/InteractiveTipBar.cs 100644 → 0
View
DungeonShooting_Godot/src/ui/ReloadBar.cs 100644 → 0
View
DungeonShooting_Godot/src/ui/RoomUI.cs 100644 → 0
View
DungeonShooting_Godot/src/utils/MathUtils.cs 100644 → 0
View
DungeonShooting_Godot/src/weapon/RegisterWeapon.cs 100644 → 0
View
DungeonShooting_Godot/src/weapon/RegisterWeaponFunction.cs 100644 → 0
View
DungeonShooting_Godot/src/weapon/ThrowGun.cs 100644 → 0
View
DungeonShooting_Godot/src/weapon/Weapon.cs 100644 → 0
View
DungeonShooting_Godot/src/weapon/WeaponAttribute.cs 100644 → 0
View
DungeonShooting_Godot/src/weapon/WeaponManager.cs 100644 → 0
View
DungeonShooting_Godot/src/weapon/WeaponWeightType.cs 100644 → 0
View
DungeonShooting_Godot/src/weapon/bullet/Bullet.cs 100644 → 0
View
DungeonShooting_Godot/src/weapon/bullet/HighSpeedBullet.cs 100644 → 0
View
DungeonShooting_Godot/src/weapon/bullet/OrdinaryBullets.cs 100644 → 0
View
DungeonShooting_Godot/src/weapon/gun/Gun.cs 100644 → 0
View
DungeonShooting_Godot/src/weapon/gun/Shotgun.cs 100644 → 0
View
DungeonShooting_Godot/src/weapon/shell/ThrowShell.cs 100644 → 0