Search found 2 matches
- Sun Oct 26, 2014 1:17 pm
- Forum: Support and Development
- Topic: Rads^9000 "Safety box" spawn, and alignment bug
- Replies: 2
- Views: 2164
Re: Rads^9000 "Safety box" spawn, and alignment bug
The love.keyreleased function is called only once , so trying to change the position of an object over time is not going to work in there. Also, dt only exists in the love.update function, so you will get errors when trying to use that in another function. Ah.... See, I wouldn't know that... Using ...
- Sun Oct 26, 2014 12:58 am
- Forum: Support and Development
- Topic: Rads^9000 "Safety box" spawn, and alignment bug
- Replies: 2
- Views: 2164
Rads^9000 "Safety box" spawn, and alignment bug
Dear ladies and gentlemen of the forums I'm making a small 2d game, I started with Lua/LÖVE 2 days ago and it isn't NEAR done, but when its finished, it'll be a simple 2d shooter revolving around the player... The screen follows the player, and you can fire bullets aimed at the mouse, with left clic...