Skip to content

Commit

Permalink
Infobox changes
Browse files Browse the repository at this point in the history
- Edited death counter sprite to have the same dimensions as the timer sprite
- Fixed #17: Infobox sprites are off-center
  • Loading branch information
Alex Grigoriadis authored Nov 17, 2023
1 parent e1383d2 commit f26d881
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions blimey.p8
Original file line number Diff line number Diff line change
Expand Up @@ -1531,12 +1531,12 @@ if state==0 then
global"lvladd=72"
end
end
rectfill(x+lvladd,y,x+48+lvladd,y+28+yp,5)
rectfill(x+lvladd+1,y+1,x+47+lvladd,y+27+yp,0)
rectfill(x+lvladd,y,x+48+lvladd,y+29+yp,5)
rectfill(x+lvladd+1,y+1,x+47+lvladd,y+28+yp,0)
?" :"..deaths,x+5+lvladd,y+12+yt,7
?" :"..fruit_count,x+5+lvladd,y+21+yt,7
spr(65,5+lvladd,14+yt)
spr(13,6+lvladd,23+yt)
?" :"..fruit_count,x+4+lvladd,y+21+yt,7
spr(65,6+lvladd,15+yt)
spr(13,5+lvladd,24+yt)
if sp_m then
?"igt: "..two_digit_str(minutes)..":"..two_digit_str(seconds),x+4+lvladd,y+3,7
?"rta: "..two_digit_str(flr(rtamin))..":"..two_digit_str(flr(rtasec)),x+4+lvladd,y+12,7
Expand Down Expand Up @@ -1682,14 +1682,14 @@ __gfx__
777bb7777777bbbbb777777bbbbb77777777bbbbb77bb77b777bbb7777bbbb77066600606006006660000666000777760a9999a000009040000b000006006606
777bb777777777777777777777777777777777777777777777777777777bb777000060606006060660006006000007660aaaaaa0000094000000000006006006
77bbbb77577777777777777777777775577777777777777777777775577777750666006060060066600006660000005599999999000094000000000006006006
5777755700666660077777777777777777777770077777700000000000000000bbbbbbbb00000000000000000000000000000000000000000000000000000000
7777777706006006700007770000777000007777700077770000000000000000b77bbbbb00000000000000003330000000000000000000000000000000000000
7777bb770600600670cc777cccc777ccccc7770770c777070000000000000000b77bb7bb0000000000000003bbb3000000003300000000000000300000000000
777bbbbb0666666670c777cccc777ccccc777c0770777c070000555555550000bbbbbbbb0000330000000003bbbb33000033bb30000000000003b30000000000
77bbbbbb06565656707770000777000007770007777700070005666666665000bbbbbbbb0003bb300000003bbbbbbb3003bbbbb3000000000003bb3000000000
57bb77bb05555555777700007770000077700007777000070056666666666500bb7bbbbb00003b300000003bbbbbbbb33bbbbbbb300000000003b30000000000
577b77bb006565607000000000000000000c000770000c070066666666666600bbbbb7bb0000030000000003bbbbbbbb3bbbbbbbb33000000000300000000000
777bbbbb00666660700000000000000000000007700000070065555565655600bbbbbbbb0000000000000003bbbbbbbbbbbbbbbbbbb300000000000000033000
5777755706666600077777777777777777777770077777700000000000000000bbbbbbbb00000000000000000000000000000000000000000000000000000000
7777777760060060700007770000777000007777700077770000000000000000b77bbbbb00000000000000003330000000000000000000000000000000000000
7777bb776006006070cc777cccc777ccccc7770770c777070000000000000000b77bb7bb0000000000000003bbb3000000003300000000000000300000000000
777bbbbb6666666070c777cccc777ccccc777c0770777c070000555555550000bbbbbbbb0000330000000003bbbb33000033bb30000000000003b30000000000
77bbbbbb56565650707770000777000007770007777700070005666666665000bbbbbbbb0003bb300000003bbbbbbb3003bbbbb3000000000003bb3000000000
57bb77bb05656500777700007770000077700007777000070056666666666500bb7bbbbb00003b300000003bbbbbbbb33bbbbbbb300000000003b30000000000
577b77bb066666007000000000000000000c000770000c070066666666666600bbbbb7bb0000030000000003bbbbbbbb3bbbbbbbb33000000000300000000000
777bbbbb00000000700000000000000000000007700000070065555565655600bbbbbbbb0000000000000003bbbbbbbbbbbbbbbbbbb300000000000000033000
777bbbbb0000000070000000000000000000000770000007006666666666660000bbbb0000000000000000003bbbbbbbbbbbbbbbbbbb300000000000003bb300
577bbbbb0000dd007000000c000000000000000770cc0007006556555565560000bbbb0000000000000000003bbbbbbbbbbbbbbbbbbbb30003300000003bb300
57bb7bbb00dd00dd70000000000cc0000000000770cc00070066666666666600bbbbbbbb00000000000000003bbbbbbbbbbbbbbbbbbbbb303bb3300000033000
Expand Down

0 comments on commit f26d881

Please sign in to comment.