Search found 2 matches

by EvolvedMonke
Tue Nov 01, 2022 6:40 pm
Forum: Support and Development
Topic: Bullet system does not work [SOLVED!!!]
Replies: 2
Views: 2698

Re: Bullet system does not work

thank you fo the support!
by EvolvedMonke
Tue Nov 01, 2022 3:53 pm
Forum: Support and Development
Topic: Bullet system does not work [SOLVED!!!]
Replies: 2
Views: 2698

Bullet system does not work [SOLVED!!!]

hi, i am making a game about a circle that goes around your screen and you can control it with your mouse, so i made a bullet system but it does not work also the bullet disappears if i don't press the button, can someone help me? Bullet = {} function Bullet:load() self.x = love.graphics.getWidth() ...