varies millores en el hud de debug

This commit is contained in:
2026-03-11 23:27:02 +01:00
parent dfbd8a430b
commit cbe6dc9744
4 changed files with 78 additions and 119 deletions

View File

@@ -108,6 +108,10 @@ class Engine {
ScalingMode getCurrentScalingMode() const { return current_scaling_mode_; }
int getCurrentScreenWidth() const { return current_screen_width_; }
int getCurrentScreenHeight() const { return current_screen_height_; }
std::string getCurrentTextureName() const {
if (texture_names_.empty()) return "";
return texture_names_[current_texture_index_];
}
int getBaseScreenWidth() const { return base_screen_width_; }
int getBaseScreenHeight() const { return base_screen_height_; }
int getMaxAutoScenario() const { return max_auto_scenario_; }