将 UiName 类改为 UiNames, 新建 TileSet 页面
1 parent 5869903 commit af912b46e33dc983476791af624fb91db26c7b7c
@小李xl 小李xl authored on 11 Dec 2023
Showing 25 changed files
View
DungeonShooting_Godot/DungeonShooting.csproj.old 100644 → 0
View
DungeonShooting_Godot/export_presets.cfg
View
DungeonShooting_Godot/prefab/ui/MapEditor.tscn
View
DungeonShooting_Godot/prefab/ui/MapEditorTileSet.tscn 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/GroupConfig.json
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/inlet/Start5/Preinstall.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/inlet/Start5/Preview.png 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/inlet/Start5/Preview.png.import 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/inlet/Start5/RoomInfo.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/inlet/Start5/TileInfo.json 0 → 100644
View
DungeonShooting_Godot/src/framework/debug/Debug.cs
View
DungeonShooting_Godot/src/framework/generator/UiManagerMethodsGenerator.cs
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/manager/EditorWindowManager.cs
View
DungeonShooting_Godot/src/game/manager/ResourcePath.cs
View
DungeonShooting_Godot/src/game/manager/UiManager_Methods.cs
View
DungeonShooting_Godot/src/game/ui/bottomTips/BottomTipsPanel.cs
View
DungeonShooting_Godot/src/game/ui/debugger/DebuggerPanel.cs
View
DungeonShooting_Godot/src/game/ui/main/MainPanel.cs
View
DungeonShooting_Godot/src/game/ui/mapEditor/MapEditor.cs
View
DungeonShooting_Godot/src/game/ui/mapEditor/MapEditorPanel.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorTileSet/MapEditorTileSet.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/mapEditorTileSet/MapEditorTileSetPanel.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/mapEditorTools/MapEditorToolsPanel.cs
View
DungeonShooting_Godot/src/game/ui/roomMap/RoomMapPanel.cs