Tagged Questions
2
votes
1answer
316 views
How do i make player input object spawning data driven?
I'm using component based design and am at the stage or re-factoring simple player input to be data driven.
Currently i have a PlayerControlComponent, which an entity has if it should be player ...