package util Position :: struct { x, y: f32, } Velocity :: struct { x, y: f32, }