更改字体, 添加主菜单UI, 添加加载地牢流程
1 parent 656c928 commit c24b6be5800d8b6793b4e112d949d2eec819d770
@小李xl 小李xl authored on 13 May 2023
Showing 56 changed files
View
DungeonShooting_Godot/Silver.ttf 100644 → 0
Not supported
View
DungeonShooting_Godot/Silver.ttf.import 100644 → 0
View
DungeonShooting_Godot/SourceHanSerifCN-SemiBold.otf 100644 → 0
Not supported
View
DungeonShooting_Godot/SourceHanSerifCN-SemiBold.otf.import 100644 → 0
View
DungeonShooting_Godot/prefab/Cursor.tscn
View
DungeonShooting_Godot/prefab/ui/Main.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/ui/RoomUI.tscn
View
DungeonShooting_Godot/project.godot
View
DungeonShooting_Godot/resource/font/DinkieBitmap-7pxDemo.ttf 0 → 100644
Not supported
View
DungeonShooting_Godot/resource/font/DinkieBitmap-7pxDemo.ttf.import 0 → 100644
View
DungeonShooting_Godot/resource/font/DinkieBitmap-9pxDemo.ttf 0 → 100644
Not supported
View
DungeonShooting_Godot/resource/font/DinkieBitmap-9pxDemo.ttf.import 0 → 100644
View
DungeonShooting_Godot/resource/font/DinkieBitmap-9pxItalicDemo.ttf 0 → 100644
Not supported
View
DungeonShooting_Godot/resource/font/DinkieBitmap-9pxItalicDemo.ttf.import 0 → 100644
View
DungeonShooting_Godot/resource/font/VonwaonBitmap-12px.ttf 0 → 100644
Not supported
View
DungeonShooting_Godot/resource/font/VonwaonBitmap-12px.ttf.import 0 → 100644
View
DungeonShooting_Godot/resource/font/VonwaonBitmap-16px.ttf 0 → 100644
Not supported
View
DungeonShooting_Godot/resource/font/VonwaonBitmap-16px.ttf.import 0 → 100644
View
DungeonShooting_Godot/resource/font/cn_font_12.tres 100644 → 0
View
DungeonShooting_Godot/resource/font/cn_font_18.tres 100644 → 0
View
DungeonShooting_Godot/resource/font/cn_font_36.tres 100644 → 0
View
DungeonShooting_Godot/resource/sprite/ui/Cursor.png 100644 → 0
View
DungeonShooting_Godot/resource/sprite/ui/Cursor.png.import 100644 → 0
View
DungeonShooting_Godot/resource/sprite/ui/GUI.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/GUI.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/cursors.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/cursors.png.import 0 → 100644
View
DungeonShooting_Godot/resource/theme/mainTheme.tres
View
DungeonShooting_Godot/resource/theme/theme1.tres 0 → 100644
View
DungeonShooting_Godot/scene/Room.tscn 100644 → 0
View
DungeonShooting_Godot/scene/World.tscn 0 → 100644
View
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs
View
DungeonShooting_Godot/src/framework/common/NodeExtend.cs
View
DungeonShooting_Godot/src/framework/map/DungeonConfig.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/DungeonGenerator.cs
View
DungeonShooting_Godot/src/framework/map/mark/ActivityMark.cs
View
DungeonShooting_Godot/src/game/Cursor.cs
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/item/weapon/Weapon.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/item/weapon/knife/Knife.cs
View
DungeonShooting_Godot/src/game/manager/ResourceManager.cs
View
DungeonShooting_Godot/src/game/manager/ResourcePath.cs
View
DungeonShooting_Godot/src/game/manager/UiManager_Methods.cs
View
DungeonShooting_Godot/src/game/role/Player.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiFollowUpState.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiLeaveForState.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiNormalState.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiTailAfterState.cs
View
DungeonShooting_Godot/src/game/room/DungeonManager.cs 0 → 100644
View
DungeonShooting_Godot/src/game/room/RoomManager.cs 100644 → 0
View
DungeonShooting_Godot/src/game/room/SceneManager.cs 0 → 100644
View
DungeonShooting_Godot/src/game/room/World.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/main/Main.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/main/MainPanel.cs 0 → 100644