Closed Xinayder closed 8 years ago
Would you like me to turn TransformComponent.position
into a Vector2<i32>
type?
Let's keep it as f32 for now. I think moving to integer types would need to be a separate task as there are many considerations in addition to just changing the type. Thanks!
I decided to use
Vector
as fields instead of turning the whole component into aVector
because this way we can stillimpl specs::Component
on the component, otherwise rustc will throw E0117 Closes #18