EntityCommandMovement
feels weird
#205
valkyrienyanko
started this conversation in
General
Replies: 1 comment
-
Moving entities should extend from Perhaps Entity and all EntityCommands should be renamed to MovingEntity / MovingEntityCommand[...] And non moving entity would just be called Entity. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I feel like
EntityCommandMovement
should not be a thing, it should rather be merged intoEntity
. But then this takes away the flexibility of having "non-moving" entities. I think we should assume that all entities will move and worry about non-moving entities later on.I don't like that the movement properties are in 2 different places. I found it very confusing as I forgot that they were split up.
Beta Was this translation helpful? Give feedback.
All reactions