add todo
This commit is contained in:
parent
ce1bf27b5f
commit
43dd292914
@ -1,7 +1,7 @@
|
|||||||
pico-8 cartridge // http://www.pico-8.com
|
pico-8 cartridge // http://www.pico-8.com
|
||||||
version 41
|
version 41
|
||||||
__lua__
|
__lua__
|
||||||
-- bitplane-thingie
|
-- bitplane-thingie 1.0
|
||||||
-- by kistaro
|
-- by kistaro
|
||||||
-- mastodon: @kistaro@dragon.style
|
-- mastodon: @kistaro@dragon.style
|
||||||
-- matrix: @kistaro:chromaticdragon.net
|
-- matrix: @kistaro:chromaticdragon.net
|
||||||
@ -190,6 +190,12 @@ function restore_under_cursor()
|
|||||||
sspr(120, 24, 8, 8, cx, cy)
|
sspr(120, 24, 8, 8, cx, cy)
|
||||||
palt(0, true)
|
palt(0, true)
|
||||||
end
|
end
|
||||||
|
-->8
|
||||||
|
-- future ambitions
|
||||||
|
|
||||||
|
-- palette selection ui
|
||||||
|
-- ...from a preset list
|
||||||
|
-- ...freely
|
||||||
__gfx__
|
__gfx__
|
||||||
00000000500000005000000050000000500000005000000050000000500000005000000000000000000000000000000000000000000000000000000000000000
|
00000000500000005000000050000000500000005000000050000000500000005000000000000000000000000000000000000000000000000000000000000000
|
||||||
00000000550000005500000055000000550000005500000055000000550000005500000000000000000000000000000000000000000000000000000000000000
|
00000000550000005500000055000000550000005500000055000000550000005500000000000000000000000000000000000000000000000000000000000000
|
||||||
|
Loading…
Reference in New Issue
Block a user