- [NEW] draw_shiny_rect()
- [WIP] Menú d'opcions
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user