Closed Numenter closed 2 years ago
Note that #87 will probably get merged first. This will cause merge conflicts
Does this really improve modularity? I understand the idea, making pawn.input
flexible/replaceable, but not sure it wouldn't be better with some signals, if one wants to decouple things?
Yes, it's an improvement. “Decouple things” in the sense of disable abilities, like move or jump? I designed the pawn to always have a movement and input module (in my head). I'm not seeing the point for signals at this point, but hey maybe an example will open my eyes.
Can try, if I find the time, but I guess it's definitely improving the dependencies for now.🙂
Description
Improved modularity of pawn (movement and input modules)
Additionally:
Type of change
Testing
Played Pixel Side Scroller a few times.