-
Looking through the source code for HaxeFlixel and was wondering where objects in the FlxState get processed. I've checked through |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
explain what you mean when you say "processed" if you mean "where does it call update and draw?" FlxState extends FlxGroup, which updates it's members, here: |
Beta Was this translation helpful? Give feedback.
-
Sorry I could have been clearer. Basically where a |
Beta Was this translation helpful? Give feedback.
explain what you mean when you say "processed"
if you mean "where does it call update and draw?" FlxState extends FlxGroup, which updates it's members, here:
https://github.com/HaxeFlixel/flixel/blob/dev/flixel/group/FlxGroup.hx#L155-L184