Xero0 [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=29051 R0549n-23 <h1>R0549n-23</h1> <h3>quite an unfinished game</h3> <p>i should be doing homework.<br /> <table><tr><td> <a href="/bbs/?pid=135964#p"> <img src="/bbs/thumbs/pico8_r0549n_23-2.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=135964#p"> r0549n_23 0.0.2</a><br><br> by <a href="/bbs/?uid=29051"> Xero0</a> <br><br><br> <a href="/bbs/?pid=135964#p"> [Click to Play]</a> </td></tr></table> <br /> update 0.0.2: healing drops and bugfixes.</p> <p>update Dec 26: no progress- i will wait for picotron and make it on there. the higher resolution will be a benefit to this game.</p> https://www.lexaloffle.com/bbs/?tid=54618 https://www.lexaloffle.com/bbs/?tid=54618 Mon, 16 Oct 2023 09:46:50 UTC Infinite Scrolling Menuitem <p>A helpful function to create a scrolling menuitem.</p> <div> <div class=scrollable_with_touch style="width:100%; max-width:800px; overflow:auto; margin-bottom:12px"> <table style="width:100%" cellspacing=0 cellpadding=0> <tr><td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> <td background=/gfx/code_bg0.png> <div style="font-family : courier; color: #000000; display:absolute; padding-left:10px; padding-top:4px; padding-bottom:4px; "> <pre>function menu(i,opt,func) local indx=0 menuitem(i,&quot;&lt; &quot;..opt[1]..&quot; &gt;&quot;, function(b) if(b==112)then func(opt[indx+2]) return end indx+=b*4-6 indx%=#opt menuitem(i,&quot;&lt; &quot;..opt[indx+1]..&quot; &gt;&quot;) end ) end</pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p>Demo:<br /> <table><tr><td> <a href="/bbs/?pid=89955#p"> <img src="/bbs/thumbs/pico8_dobuidowat-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=89955#p"> Scrolling Menuitem 1.1</a><br><br> by <a href="/bbs/?uid=29051"> Xero0</a> <br><br><br> <a href="/bbs/?pid=89955#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=42291 https://www.lexaloffle.com/bbs/?tid=42291 Sun, 04 Apr 2021 04:31:55 UTC