Add map loader to RmlUi (#1147)

* Add Warp to RmlUi

* Remove ImGui map loader
This commit is contained in:
Irastris
2026-05-13 00:52:02 -04:00
committed by GitHub
parent 1a951511be
commit d9bbea300d
11 changed files with 398 additions and 208 deletions
-1
View File
@@ -14,7 +14,6 @@ constexpr const char* SHOW_DEBUG_OVERLAY = "F3";
constexpr const char* SHOW_HEAP_VIEWER = "F4";
constexpr const char* SHOW_PLAYER_INFO = "F5";
constexpr const char* SHOW_SAVE_EDITOR = "F6";
constexpr const char* SHOW_MAP_LOADER = "F7";
constexpr const char* SHOW_STATE_SHARE = "F8";
constexpr const char* SHOW_DEBUG_CAMERA = "F9";
constexpr const char* SHOW_AUDIO_DEBUG = "F10";