Could you please do it without using canvases?
(You don't have more karma than posts anymore...)
Mini Tower Defense
Re: Mini Tower Defense
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
Re: Mini Tower Defense
Very neat little game. I like it.
Not to hijack the thread, but on the game screen scaling, I took a cue from In Your Face City Trains on how resizing the window with LOVE games should work: A key or keys (I like using F5 for this purpose, IYFCT uses 1, 2, 3, and 4) to set some size, and then on each love.draw call, the first line is love.graphics.scale(SCALE,SCALE). If you're using canvases for drawing everything, and not using a TTF font, then this should be all you'd need to do (if you decide to add that feature).
Not to hijack the thread, but on the game screen scaling, I took a cue from In Your Face City Trains on how resizing the window with LOVE games should work: A key or keys (I like using F5 for this purpose, IYFCT uses 1, 2, 3, and 4) to set some size, and then on each love.draw call, the first line is love.graphics.scale(SCALE,SCALE). If you're using canvases for drawing everything, and not using a TTF font, then this should be all you'd need to do (if you decide to add that feature).
Re: Mini Tower Defense
I think I got this down.
Re: Mini Tower Defense
's all about the right-click.Kadoba wrote:I think I got this down.
Do you recognise when the world won't stop for you? Or when the days don't care what you've got to do? When the weight's too tough to lift up, what do you? Don't let them choose for you, that's on you.
Re: Mini Tower Defense
I found a bug: You can buy an upgrade when you're shy $1, meaning it leaves your money at $-1.
Re: Mini Tower Defense
Do I win yet?
Who is online
Users browsing this forum: No registered users and 2 guests