Summary
Each sprite in PICO-8 has eight flags that can be set in the sprite editor or by the fset() function.
1
2
These flags can be used for any purpose, such as defining "layers" of map tiles, which modifies the behavior of the map() function.
1
2
According to
Summary
Each sprite has eight flags that can be set in the sprite editor or by the fset() function. You can use these flags for any purpose. One possible purpose is to define "layers" of map tiles, which modifies the behavior of the map() function.
Fget | PICO-8 Wiki | Fandom
fandom.com
Summary
Each sprite has eight flags that can be set in the sprite editor or by the fset() function. You can use these flags for any purpose. One possible purpose is to define "layers" of map tiles, which modifies the behavior of the map() function.
Fset | PICO-8 Wiki | Fandom
fandom.com
Welcome to PICO-8! for making, sharing and playing tiny games and other computer programs. It
PICO-8 Fantasy Console
lexaloffle.com
It is popular in the video game industry as a language that can be embedded in a larger game engine. PICO-8 implements a subset of Lua for writing game ...
Lua | PICO-8 Wiki | Fandom
fandom.com
Pico-8 Cheatsheet. Version 2.1(en). Collected by @ztiromoritz . Font: Joseph White . TTF by RhythmLynx . Inspired by @neko250/pico-8 api and @obone/picozine-3 .
pico-8 cheatsheet
ztiromoritz.github.io
PICO-8 Specs ([n, [fade_len, [channel_mask]]]) -- play music; n = -1: stop
PICO-8 API
iiviigames.github.io
Every pixel on PICO-8 is stored as a 4-bit value in memory. Because a 4-bit value can ... The draw palette also has a transparency flag per entry. If set, ...
Palette | PICO-8 Wiki | Fandom
fandom.com
PICO-8 has 64 KiB of addressable memory, used for graphics, map, sound, music, and direct ... Each of the 256 sprite tiles have 8 flags, each of which can be ...
Memory | PICO-8 Wiki | Fandom
fandom.com
To run the PICO-8 app, you either double-click on the PICO-8 app icon, or you run it from ... PICO-8 from the command line, you can specify command-line flags ...
Running PICO-8 | PICO-8 Wiki | Fandom
fandom.com
This string is accessible to the loaded cart by calling stat(6) . If PICO-8 is run from the command line, the -p flag can be used to provide this argument ...
Stat | PICO-8 Wiki | Fandom
fandom.com
This can be combined with sprite flags (read with fget() ) to indicate which sprite tiles represent obstructions, so a general purpose test for obstructions ...
Mget | PICO-8 Wiki | Fandom
fandom.com