Search found 1 match
- Sat Oct 28, 2023 2:49 am
- Forum: Support and Development
- Topic: how to call an array to draw an object after a certain amount of DT has passed?
- Replies: 2
- Views: 9424
how to call an array to draw an object after a certain amount of DT has passed?
im currently working on my first game, and i have a way to brute force a functionality thats good enough for this project, but with significantly more lines of code than id likely need if i could figure out how to call an array. Counter = 0 function love.load () require "enemy" enemy = Ene...