ajustos de qualitat, canvi de tecles, persistencia de opcions, etc

This commit is contained in:
2026-04-11 09:16:39 +02:00
parent 3b052ca3a0
commit 49f6ed41e6
19 changed files with 149 additions and 157 deletions

View File

@@ -156,7 +156,6 @@ class MapEditor {
// Opciones persistentes del editor
struct Settings {
bool grid{false};
bool show_render_info{false};
Uint8 minimap_bg{2};
Uint8 minimap_conn{14};
};
@@ -257,8 +256,7 @@ class MapEditor {
// Estado previo (para restaurar al salir)
Options::Cheat::State invincible_before_editor_{Options::Cheat::State::DISABLED};
bool render_info_before_editor_{false};
bool reenter_{false}; // true cuando es un re-enter tras cambio de room (no tocar render_info)
bool reenter_{false}; // true cuando es un re-enter tras cambio de room
};
#endif // _DEBUG