Space invaders UI improvements for all device screens including new PortaRF (#2810)

* Dynamic screen for PortaRF

Dynamic screen size for new PortaRF device.

* Format code

* Space Invaders improvements for all devices including new PortaRF

Space Invaders improvements for all devices including new PortaRF
This commit is contained in:
RocketGod
2025-10-09 13:30:30 -07:00
committed by GitHub
parent db324a5225
commit 1d8f53b49e
2 changed files with 168 additions and 151 deletions
+2 -2
View File
@@ -54,7 +54,7 @@ class SpaceInvadersView : public View {
NavigationView& nav_;
Button button_difficulty{
{70, 285, 100, 20},
{70, 275, 100, 20},
"Mode: HARD"};
app_settings::SettingsManager settings_{
@@ -76,4 +76,4 @@ class SpaceInvadersView : public View {
} // namespace ui::external_app::spaceinv
#endif /* __UI_SPACEINV_H__ */
#endif /* __UI_SPACEINV_H__ */