Log In  
Follow
Mantismal

A new game dev hoping to use pico 8 and make some great games!

[ :: Read More :: ]

I was looking into buying Voxatron and Ive watched some videos of people making games with it and didnt see them using scripting with lua but those videos were pretty old so does Voxatron currently have scripting with lua?

P#146719 2024-04-15 22:01 ( Edited 2024-04-15 22:01)

[ :: Read More :: ]

I made a table with some values and then printed it with the draw function but it just doesnt print anything. There is nothing that gets printed onto my screen whenever I run the game. How do i fix this? code:

star={1,2,6,10,98}
print(star[1])
P#140762 2024-01-28 19:05 ( Edited 2024-01-28 19:05)