Estructura DX i escena logo JAILGAMES animada
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
-- Logo JAILGAMES — bitmap monocromatic 35x5 extret de art/jailgames.gif.
|
||||
--
|
||||
-- '#' = pixel actiu (color del logo)
|
||||
-- '.' = pixel inactiu (fons negre)
|
||||
--
|
||||
-- L'escena 'logo' col.loca aquest bitmap a (origen_x, origen_y) i en
|
||||
-- gestiona l'animacio (entrada per columnes + estable + fade-out).
|
||||
|
||||
return {
|
||||
origen_x = 2,
|
||||
origen_y = 12,
|
||||
width = 35,
|
||||
height = 5,
|
||||
files = {
|
||||
"..#.###.#.#...###.###.#...#.###.###",
|
||||
"..#.#.#.#.#...#...#.#.##.##.#...#..",
|
||||
"..#.#.#.#.#...#.#.#.#.#.#.#.###.###",
|
||||
"..#.###.#.#...#.#.###.#...#.#.....#",
|
||||
"###.#.#.#.###.###.#.#.#...#.###.###",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user