6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
import triple_import_vec2::Vec2;
|
|
|
|
struct Ship {
|
|
position: Vec2,
|
|
velocity: Vec2,
|
|
} |