制作weapon0013, 添加金币吸引效果
1 parent 913ba3b commit b9031cbf8eb805d42fe9afd81db3200bd5e86131
@小李xl 小李xl authored on 30 Jan 2024
Showing 29 changed files
View
DungeonShooting_Godot/excel/ActivityBase.xlsx
Not supported
View
DungeonShooting_Godot/excel/EnemyBase.xlsx
Not supported
View
DungeonShooting_Godot/excel/WeaponBase.xlsx
Not supported
View
DungeonShooting_Godot/prefab/currency/Gold1.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/currency/Gold10.tscn
View
DungeonShooting_Godot/prefab/currency/Gold5.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/currency/GoldTemplate.tscn
View
DungeonShooting_Godot/prefab/ui/RoomUI.tscn
View
DungeonShooting_Godot/prefab/weapon/Weapon0013.tscn 0 → 100644
View
DungeonShooting_Godot/resource/config/ActivityBase.json
View
DungeonShooting_Godot/resource/config/EnemyBase.json
View
DungeonShooting_Godot/resource/config/WeaponBase.json
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start/Preinstall.json
View
DungeonShooting_Godot/resource/spriteFrames/weapon/Weapon0013.tres 0 → 100644
View
DungeonShooting_Godot/src/framework/activity/ActivityObject_Init.cs
View
DungeonShooting_Godot/src/framework/common/Utils.cs
View
DungeonShooting_Godot/src/game/activity/currency/Gold.cs
View
DungeonShooting_Godot/src/game/activity/role/Role.cs
View
DungeonShooting_Godot/src/game/activity/role/RoleState.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/Enemy.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/NoWeaponEnemy.cs
View
DungeonShooting_Godot/src/game/activity/role/player/Player.cs
View
DungeonShooting_Godot/src/game/activity/role/player/PlayerRoleState.cs
View
DungeonShooting_Godot/src/game/event/EventEnum.cs
View
DungeonShooting_Godot/src/game/manager/ObjectManager.cs
View
DungeonShooting_Godot/src/game/ui/editorTools/EditorToolsPanel.cs
View
DungeonShooting_Godot/src/game/ui/roomUI/LifeBarHandler.cs
View
DungeonShooting_Godot/src/game/ui/roomUI/LifeCell.cs
View
DungeonShooting_Godot/src/game/ui/roomUI/RoomUI.cs