Search found 4 matches
- Wed Jan 04, 2017 7:13 pm
- Forum: Support and Development
- Topic: How to use Chunks?
- Replies: 4
- Views: 3168
Re: How to use Chunks?
but how did i do this?, I have no idea.
- Tue Jan 03, 2017 7:35 pm
- Forum: Support and Development
- Topic: How to use Chunks?
- Replies: 4
- Views: 3168
How to use Chunks?
Hello everyone! please i need help again. In my game, when i create big map (like 50x50 of 16x16 pixels) it makes the game slowwwwwwwww... my brother said that i can use Chunks, cut the map in various squares and save it to files, then just the player location is a open chunk, and this will make the...
- Mon Jan 02, 2017 8:47 pm
- Forum: Support and Development
- Topic: how to scale a Image without lose the Resolution? [SOLVED]
- Replies: 3
- Views: 2938
Re: how to scale a Image without lose the Resolution?
Thank you! this was very useful.
- Mon Jan 02, 2017 8:21 pm
- Forum: Support and Development
- Topic: how to scale a Image without lose the Resolution? [SOLVED]
- Replies: 3
- Views: 2938
how to scale a Image without lose the Resolution? [SOLVED]
Hello everyone!,
i'm staring to code with Love2D and i have a question,
How can make a image bigger without lose the resolution?
i tried with and , but don't work.
Thanks.
i'm staring to code with Love2D and i have a question,
How can make a image bigger without lose the resolution?
i tried with
Code: Select all
love.graphics.scale()
Code: Select all
love.graphics.draw(x, y, s, Sx, SY)
Thanks.