4
0

fix: Remove "Clone" from main menu

This commit is contained in:
2025-12-05 01:30:37 +01:00
parent e9c53a5717
commit e9e0ef9da2

View File

@@ -627,7 +627,7 @@ function Menu.update()
cls(COLOR_BLACK) cls(COLOR_BLACK)
UI.print_shadow("BombExpert", 85, 20, COLOR_BLUE, false, 2) UI.print_shadow("BombExpert", 85, 20, COLOR_BLUE, false, 2)
UI.print_shadow("Clone", 100, 40, COLOR_BLUE, false, 2)
local cursor_y = 60 + (State.menu_selection - 1) * 14 local cursor_y = 60 + (State.menu_selection - 1) * 14
UI.print_shadow(">", 60, cursor_y, COLOR_CYAN) UI.print_shadow(">", 60, cursor_y, COLOR_CYAN)