If this helps at all I'm running Windows 7
Search found 4 matches
- 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.
- 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.
Woah, never seen that happen, weird.I'm not sure how you're drawing the tiles, but they seem to bleed when moving:
Image
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.
- 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.
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.
- 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...