The ship, such as it is, exists and moves when the player presses "W". Position is updated according to velocity, and the mesh transform is updated to match the position.
8 lines
96 B
TOML
8 lines
96 B
TOML
[package]
|
|
name = "asteroids"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bevy = "0.14.2"
|