添加设置页面,TileSet加载外部图片
1 parent 563bc26 commit 833c51917a6ac03a0ab35162e165252c25f7e828
@小李xl 小李xl authored on 5 Oct 2023
Showing 31 changed files
View
DungeonShooting_Godot/prefab/map/RoomDoor_E.tscn
View
DungeonShooting_Godot/prefab/ui/MapEditor.tscn
View
DungeonShooting_Godot/prefab/ui/Setting.tscn 0 → 100644
View
DungeonShooting_Godot/project.godot
View
DungeonShooting_Godot/resource/map/tileMaps/GroupConfig.json
View
DungeonShooting_Godot/resource/map/tileSet/TileSet1.tres 100644 → 0
View
DungeonShooting_Godot/resource/map/tileSet/TileSet_old.tres
View
DungeonShooting_Godot/resource/map/tileSet/map1/TileSet1.tres 0 → 100644
View
DungeonShooting_Godot/resource/map/tileSet/map1/website.txt 0 → 100644
View
DungeonShooting_Godot/resource/map/tileSprite/map1/16x16 dungeon ii wall reconfig v04 spritesheet.png 0 → 100644
View
DungeonShooting_Godot/resource/map/tileSprite/map1/16x16 dungeon ii wall reconfig v04 spritesheet.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/map/door1_down.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/map/door1_down.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/map/map1/16x16 dungeon ii wall reconfig v04 spritesheet.png 100644 → 0
View
DungeonShooting_Godot/resource/sprite/map/map1/16x16 dungeon ii wall reconfig v04 spritesheet.png.import 100644 → 0
View
DungeonShooting_Godot/resource/sprite/map/map1/door1_down.png 100644 → 0
View
DungeonShooting_Godot/resource/sprite/map/map1/door1_down.png.import 100644 → 0
View
DungeonShooting_Godot/resource/sprite/map/map1/website.txt 100644 → 0
View
DungeonShooting_Godot/resource/spriteFrames/other/RoomDoor_EW.tres
View
DungeonShooting_Godot/resource/spriteFrames/other/RoomDoor_NS.tres
View
DungeonShooting_Godot/scene/World.tscn
View
DungeonShooting_Godot/scene/test/TestGenerateDungeon.tscn
View
DungeonShooting_Godot/scene/test/TestNewTileMap.tscn
View
DungeonShooting_Godot/scene/test/TestTileLayer.tscn
View
DungeonShooting_Godot/src/game/manager/ResourcePath.cs
View
DungeonShooting_Godot/src/game/manager/UiManager_Methods.cs
View
DungeonShooting_Godot/src/game/room/World.cs
View
DungeonShooting_Godot/src/game/ui/main/MainPanel.cs
View
DungeonShooting_Godot/src/game/ui/mapEditor/MapEditorPanel.cs
View
DungeonShooting_Godot/src/game/ui/setting/Setting.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/setting/SettingPanel.cs 0 → 100644