Closed kinoko87 closed 3 years ago
heres some code if u wanna add shit without typing add() again and again lol
function addObjects(arr:Array<FlxBasic>) { for (obj in arr) { add(obj); } } function delObjects(arr:Array<FlxBasic>) { for (obj in arr) { remove(obj); } }
Thank you!
You should be bringing this to Discussions. The Issue tab is more for related Izzy Engine issues. Thank you for understanding
heres some code if u wanna add shit without typing add() again and again lol