Search found 4 matches

by kinanprincipe
Wed Jan 04, 2017 7:13 pm
Forum: Support and Development
Topic: How to use Chunks?
Replies: 4
Views: 3001

Re: How to use Chunks?

but how did i do this?, I have no idea.
by kinanprincipe
Tue Jan 03, 2017 7:35 pm
Forum: Support and Development
Topic: How to use Chunks?
Replies: 4
Views: 3001

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...
by kinanprincipe
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: 2765

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

Code: Select all

love.graphics.scale()
and

Code: Select all

love.graphics.draw(x, y, s, Sx, SY)
, but don't work.

Thanks.