Search found 1 match

by ydrojd
Sat Apr 01, 2017 11:42 am
Forum: General
Topic: Topdown shooter bug
Replies: 1
Views: 2150

Topdown shooter bug

Hey, i am trying to make a topdown shooter but there is a bug in my code. Everytime i press space to shoot the bullet travels faster and it resets. I hope someone can help me with this. function love.load() player = { x = love.graphics.getWidth()/2, y = love.graphics.getHeight()/2, walkspeed = 300, ...