- [NEW] draw_shiny_rect()

- [WIP] Menú d'opcions
This commit is contained in:
2026-04-03 01:08:20 +02:00
parent d45c2fe011
commit 2564c54b3e
4 changed files with 147 additions and 3 deletions

View File

@@ -26,6 +26,9 @@ local cycle_step = 1
local menu_sel = 0
local rect_wait = 0
function title_init()
title_sf=surf.load("title_tiles.gif")
surf.source(title_sf)
@@ -133,7 +136,7 @@ function title_end()
end
function title_menu_draw()
draw.rect(56,120+(20*menu_sel)-4,146,18,14)
draw_shiny_rect(56,120+(20*menu_sel)-4,146,18,14,15)
arc_text("JUGAR", 108, 120, 14)
arc_text("OPCIONS", 102, 140, 14)
end
@@ -160,4 +163,5 @@ end
function to_options()
print("to options")
flow:call("opcions")
end