TIC-80 icon indicating copy to clipboard operation
TIC-80 copied to clipboard

Mobile TIC-80 crashes when you use cls+map+btn in ruby

Open ginger-brave opened this issue 2 years ago • 0 comments

If you do something like:

# script: ruby

cls()

def TIC()
 map()

 cls() if btnp 4
end

On mobile, TIC-80 crashes

ginger-brave avatar May 14 '22 15:05 ginger-brave