Log In  


I just happened to notice that when I create a block comment in an external editor, and then have to resave it within Pico8, the block comments are forced to lowercase.

So this
--[[ SECTION NAME ]]

turns into this
--[[ section name ]]

After a save in the P8 editor.

Not a big deal, really, just something I happened to notice. Maybe it's intended to be this way, just seemed odd.



In the differences between Lua and Pico-8 it explains that: "anything written in uppercase the PICO-8 editor or .p8 is made lowercase by the editor".

I believe everytime you save a .p8 file, the editor will change everything to lowercase. I think that is more of a feature (keeping with the 80s aesthetic) than a fault.


Fair enough. Like I said, wasn't causing any problems, just observed. Thanks.



[Please log in to post a comment]