- Fade in/out de 16 colors inclosos

This commit is contained in:
2023-01-31 18:46:58 +01:00
parent 42ef3c904e
commit d77a9bd21b
4 changed files with 91 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ function _init()
local pal=loadpal("tiles.gif")
setpal(pal)
beat(6)
fade.init()
main_init()
end