Search found 11 matches

by StormtrooperCat
Fri Mar 09, 2018 12:40 am
Forum: Support and Development
Topic: Collision issue with 'w2'
Replies: 2
Views: 2095

Collision issue with 'w2'

I am very new to Löve and am trying to make a basic top-down shooter game, but I am having an issue with collision. When I try to fire it comes up with an error: Capture.PNG When i add this code the error occurs. I am using bounding box.lua function update for i, enemy in ipairs(enemies) do for j, b...