NOT_A_ROBOT

Results 267 comments of NOT_A_ROBOT

yeah because I know some people might disagree

Does this still happen? Haven't experienced it lately. Mostly because I haven't been running Techmino in the background.

seems to be very related to #842 :thinking:

https://github.com/hsohliyt105/py-fumen this might help with implementation?

yeah i doubt this is temporary lol

it's been a year and it's still not added back to the game...

actually this used to exist in the About section of the game, not Zictionary

code optimization ```lua scene.widgetList={ WIDGET.newKey {name='mod', x=140,y=655,w=220,h=80,font=35,code=goScene'mod',hideF=function() return #GAME.mod~=0 end}, WIDGET.newButton{name='mod', x=140,y=655,w=220,h=80,color='O',font=35,text=LANG.get('mod'),code=goScene'mod',hideF=function() return #GAME.mod==0 end}, WIDGET.newButton{name='start',x=1040,y=655,w=180,h=80,font=40,code=pressKey'return',hideF=function() return not mapCam.sel end}, WIDGET.newButton{name='back', x=1200,y=655,w=120,h=80,sound='back',font=60,fText=CHAR.icon.back,code=backScene}, } ```