Search found 2 matches
- Thu Nov 12, 2020 9:17 pm
- Forum: General
- Topic: I want to know the process of erasing bullets in a shooting game
- Replies: 4
- Views: 8450
Re: I want to know the process of erasing bullets in a shooting game
> MrFariator thank you for your reply! I tested it based on your advice. as a result, 1. Create a loop that sets "remove flag" to true after a certain period of time (bullet.lua), 2. Create a loop to remove from table when "remove flag" is true (main.lua) The expected processing ...
- Thu Nov 12, 2020 9:54 am
- Forum: General
- Topic: I want to know the process of erasing bullets in a shooting game
- Replies: 4
- Views: 8450
I want to know the process of erasing bullets in a shooting game
Hello everyone. I have something to ask you, so I will post it in the forum for the first time. I'm developing a shooting game sample. I heard on the LOVE2D learning site that "the bullets should be put in a table and implemented", and the player succeeded in firing the bullets in the same...