制作3个道具
1 parent 1000f78 commit 414c82cc8d2b3be192607a639411fcf63db81873
@小李xl 小李xl authored on 9 Nov 2023
Showing 67 changed files
View
DungeonShooting_Godot/DungeonShooting.csproj
View
DungeonShooting_Godot/DungeonShooting.csproj.old.3 0 → 100644
View
DungeonShooting_Godot/excel/excelFile/ActivityBase.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/ActivityMaterial.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/AiAttackAttr.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/BulletBase.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/Sound.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/WeaponBase.xlsx
Not supported
View
DungeonShooting_Godot/prefab/bullet/normal/Bullet0004.tscn
View
DungeonShooting_Godot/prefab/effect/enemy/Effect0001.tscn
View
DungeonShooting_Godot/prefab/effect/enemy/EnemyBloodEffect.tscn
View
DungeonShooting_Godot/prefab/prop/buff/BuffProp0001.tscn
View
DungeonShooting_Godot/prefab/prop/buff/BuffProp0002.tscn
View
DungeonShooting_Godot/prefab/prop/buff/BuffProp0003.tscn
View
DungeonShooting_Godot/prefab/prop/buff/BuffProp0004.tscn
View
DungeonShooting_Godot/prefab/prop/buff/BuffProp0005.tscn
View
DungeonShooting_Godot/prefab/prop/buff/BuffProp0006.tscn
View
DungeonShooting_Godot/prefab/prop/buff/BuffProp0007.tscn
View
DungeonShooting_Godot/prefab/prop/buff/BuffProp0008.tscn
View
DungeonShooting_Godot/prefab/prop/buff/BuffProp0009.tscn
View
DungeonShooting_Godot/prefab/prop/buff/BuffProp0010.tscn
View
DungeonShooting_Godot/prefab/prop/buff/BuffProp0012.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/prop/buff/BuffProp0013.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/prop/buff/BuffProp0014.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/ui/EditorTools.tscn
View
DungeonShooting_Godot/resource/config/ActivityBase.json
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/inlet/Start1/Preinstall.json
View
DungeonShooting_Godot/resource/sprite/prop/buff/BuffProp0012.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/prop/buff/BuffProp0012.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/prop/buff/BuffProp0013.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/prop/buff/BuffProp0013.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/prop/buff/BuffProp0014.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/prop/buff/BuffProp0014.png.import 0 → 100644
View
DungeonShooting_Godot/resource/spriteFrames/prop/buff/BuffProp0012.tres 0 → 100644
View
DungeonShooting_Godot/resource/spriteFrames/prop/buff/BuffProp0013.tres 0 → 100644
View
DungeonShooting_Godot/resource/spriteFrames/prop/buff/BuffProp0014.tres 0 → 100644
View
DungeonShooting_Godot/src/framework/activity/ActivityObject_Init.cs
View
DungeonShooting_Godot/src/game/activity/bullet/normal/BoomBullet.cs
View
DungeonShooting_Godot/src/game/activity/bullet/normal/Bullet.cs
View
DungeonShooting_Godot/src/game/activity/prop/active/ActiveProp.cs
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffProp0001.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffProp0002.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffProp0003.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffProp0004.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffProp0005.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffProp0006.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffProp0007.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffProp0008.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffProp0009.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffProp0010.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffProp0012.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffProp0013.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffProp0014.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffPropProp0001.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffPropProp0002.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffPropProp0003.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffPropProp0004.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffPropProp0005.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffPropProp0006.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffPropProp0007.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffPropProp0008.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffPropProp0009.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffPropProp0010.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/Role.cs
View
DungeonShooting_Godot/src/game/activity/role/player/Player.cs
View
DungeonShooting_Godot/src/game/ui/editorTools/EditorTools.cs
View
DungeonShooting_Godot/src/game/ui/editorTools/EditorToolsPanel.cs