Hello!
I'm working on a small game in Pico-8 for Ludum Dare. I ran my game, it worked fine, then exited to edit a sprite. I was using maximum zoom and the ctrl+click fill to swap some colors. I ran the game again and noticed the player and tiles weren't rendering.
I checked my map editor, and in corners I hadn't touched were random sprites of mine. They were distorted and had color 0 lines drawn through them. I erased these because I figured they were causing the issue. I switched to the sprite editor and a lot of my work was erased. There were these sprites left that show the distortion.
I'm running Windows 7 with a Radeon HD 7800 series video card.
I hope this helps!

I can't seem to figure out the issue with my code.
I am trying to draw some circles at coordinates stored in nested arrays, and while i can retrieve the coordinates to print them the circles do not seem to draw. I do not get an error, nothing seems to show up?
--coords for cube
nodes = {}
nodes[1] = {-10, -10, -10}
nodes[2] = {-10, -10, 10}
nodes[3] = {-10, 10, -10}
nodes[4] = {-10, 10, 10}
nodes[5] = { 10, -10, -10}
nodes[6] = { 10, -10, 10}
nodes[7] = { 10, 10, -10}
nodes[8] = { 10, 10, 10}
|
--these circles will not draw?? for i=1,8 do circfill( nodes[i][1], nodes[i][2], nodesize) end |
Hello lexaloflle BBS !
---v1.0
This the 48h compo version ! Including growling bear :3
---v0.2
Now with sounds :) And better gameplay + Fx
---v0.1
First of all, thank you a lot to Joseph, this lonely 48H LD session sounds like teamwork thanks to him !
So here's my first version of Hug Arena. I still have 20h to work on it, but not so much chars left.
No sounds in game, I just spent 1-2 hours last night to design music but I'm totally unsatisfied so I will have to make another music session today...
Instructions
- Hug those monsters until they become your friend.
- You're vulnerable when you hug stuff
- Friends will heal you if you are close enough

PICO-8! This is quick test of the cart format and html5 web player.
Voxatron users: check your account page :) PICO-8 is another fantasy console being co-developed with Voxatron as an included target platform. If you try it out, you might notice that the two already share the same audio tools. I'll be folding the new music editor into Voxatron for 0.3.3 which will be available soon.
Check back to www.pico-8.com tomorrow for more info.






3 comments




.png)








