YeOldeDM / free20

GNU General Public License v3.0
2 stars 0 forks source link

push Actor step functions into ActionController #21

Closed YeOldeDM closed 7 years ago

YeOldeDM commented 7 years ago

ActionController is meant to handle all actions. Actor movement counts as "action", so ActionController should be dealing with that.
Globals.ActionController.step_actor( Object who, Vector2 direction )

YeOldeDM commented 7 years ago

Needed to close #19