Search found 4 matches

by Jam
Fri Apr 13, 2018 8:08 am
Forum: Games and Creations
Topic: Unnamed tile-based game.
Replies: 8
Views: 7133

Re: Unnamed tile-based game.

OmegaMax wrote: Wed Apr 11, 2018 9:47 pm No bleeding issues on my system either.
milon wrote: Wed Apr 11, 2018 1:58 pm I don't get the bleeding issue on my system, for either .love file above.

FWIW, I've only tested on my Linux (CentOS) system, which is both ancient and crappy. I have *not* tested on my main Win10 PC.
If this helps at all I'm running Windows 7
by Jam
Sun Apr 08, 2018 10:07 am
Forum: Games and Creations
Topic: Unnamed tile-based game.
Replies: 8
Views: 7133

Re: Unnamed tile-based game.

I'm not sure how you're drawing the tiles, but they seem to bleed when moving:
Image
Woah, never seen that happen, weird.
The game draws quads from a tile sheet to create tiles, and should draw the correct tile, I'm not sure about bleeding as it hasn't happened to me yet, hmm. :|
by Jam
Thu Apr 05, 2018 11:01 pm
Forum: Games and Creations
Topic: Unnamed tile-based game.
Replies: 8
Views: 7133

Re: Unnamed tile-based game.

I agree that the movement is too slow, movement is based on velocities so it was pretty easy to add movement both ways.
I'll update the .love for faster movement as I dislike how slow it is too. You can now have 2 added to velocity instead of 1, which feels quite fast.
by Jam
Thu Apr 05, 2018 1:04 pm
Forum: Games and Creations
Topic: Unnamed tile-based game.
Replies: 8
Views: 7133

Unnamed tile-based game.

This is a project I've been working on for a little over two weeks now and I *think* it's going relatively well, if you want to try it out for yourself I've attached a .love with the most recent version, which now restricts tile rendering to the camera's fov to not lower frame rates. A 300x300 map w...