-
Notifications
You must be signed in to change notification settings - Fork 0
/
nico.p8
31 lines (28 loc) · 1.89 KB
/
nico.p8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
pico-8 cartridge // http://www.pico-8.com
version 29
__lua__
nico = {x=0, y=0, s=0}
lulu = {x=0, y=0, s=1}
current = nico
function _update()
if btn(➡️) then
current.x += 1
end
end
function _draw()
spr(current.s, current.x, current.y)
end
__gfx__
00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000e000e000e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
00700700000000000000000000e0e0e0e0e0e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0007700000022222222000000e000e000e000e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
0007700022220000002222000eeeeeeeeeeeee008888888800000000000000000000000000000000000000000000000000000000000000000000000000000000
0070070020020c00c02002000e09900000990e009999999900000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000020020000002002000e09900000990e00aaaaaaaa00000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000022220200202222000e000e000e000e00bbbbbbbb00000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000020022002000000e0000eee0000e00cccccccc00000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000020000002000000e00000000000e002222222200000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000020000002000000eeeeeeeeeeeee000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000200000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000222222220000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000