Search found 5 matches

by Nytician
Fri Oct 02, 2020 6:57 pm
Forum: Support and Development
Topic: Scrolling Map - Feel so close but not working... ><
Replies: 2
Views: 2964

Re: Scrolling Map - Feel so close but not working... ><

Thanks for your response! In the end I got it working it turns out stopping the map going beyond -64 was an artificial limitation that wasn’t needed! Set the tile map to start at 1 seemed to work and it’s all good. Technically cutting corners by drawing whole map but it’s given me such a headache I’...
by Nytician
Fri Sep 25, 2020 8:19 pm
Forum: Support and Development
Topic: Love pdf
Replies: 2
Views: 5465

Re: Love pdf

Just to second this, use any browser and press CTRL-S to save complete, it saves images and everything got it working on my offline PC too ;).
by Nytician
Fri Sep 25, 2020 8:18 pm
Forum: Support and Development
Topic: Scrolling Map - Feel so close but not working... ><
Replies: 2
Views: 2964

Scrolling Map - Feel so close but not working... ><

--Scrolling Tilemap Test-- local moonshine = require("moonshine") function love.load() effect = moonshine(moonshine.effects.colorgradesimple) effect.colorgradesimple.factors = {0.075,0.075,0.6} width = love.graphics.getWidth() height = love.graphics.getHeight() tilesize = 64 player = {} s...
by Nytician
Sun Sep 20, 2020 11:00 am
Forum: Support and Development
Topic: Resolutions! How to scale or whether fixed?
Replies: 2
Views: 2462

Re: Resolutions! How to scale or whether fixed?

Okay great thank you, might switch we’ll see how it goes! Thanks for the reply!
by Nytician
Sat Sep 19, 2020 12:18 pm
Forum: Support and Development
Topic: Resolutions! How to scale or whether fixed?
Replies: 2
Views: 2462

Resolutions! How to scale or whether fixed?

Good afternoon all! First time registering for the site but just want to say thanks for this awesome project, love it!! Started with Pico8 but grew tired of the limitations and Love2D is a great next step! Making a sandbox survival game but main issue that gives me consistent nightmares is the maths...