You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While adapting my game to work with fake-08 text control codes, I also discovered fake-08 returns NIL when indexing into a string. I worked around the issue using sub(), but since PICO-08 0.2.5, using string indexes is preferred. Here's my patch:
While adapting my game to work with fake-08 text control codes, I also discovered fake-08 returns
NIL
when indexing into a string. I worked around the issue usingsub()
, but since PICO-08 0.2.5, using string indexes is preferred. Here's my patch:wimpysworld/antsy-alien-attack-pico@2aeed80
Here is a sample .p8 to reproduce the bug:
The text was updated successfully, but these errors were encountered: