[NEW] Afegits mini sprites de gorro, peu i clau
[NEW] Afegit JAILGAMES al títol
This commit is contained in:
@@ -93,6 +93,10 @@ function title_draw_tile( tile, x, y )
|
||||
draw.surf(tile.x*8,tile.y*8,tile.w*8,tile.h*8, x, y)
|
||||
end
|
||||
|
||||
function title_draw_jg()
|
||||
draw.text("JAILGAMES 2026",150,174,13)
|
||||
end
|
||||
|
||||
function title_draw ()
|
||||
title_draw_frame()
|
||||
title_draw_tile(char_C,30,13)
|
||||
@@ -102,7 +106,8 @@ function title_draw ()
|
||||
title_draw_tile(char_u,158,29)
|
||||
title_draw_tile(char_s,192,28)
|
||||
title_draw_tile(the,129,76)
|
||||
title_draw_tile(arcade,162,76)
|
||||
title_draw_tile(arcade,162,76)
|
||||
title_draw_jg()
|
||||
end
|
||||
|
||||
function title_update()
|
||||
|
||||
Reference in New Issue
Block a user