I have basic UI elements! They can't be updated, yet, and there's still no game logic to allow the player to affect it on their own.
8 lines
96 B
TOML
8 lines
96 B
TOML
[package]
|
|
name = "asteroids"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bevy = "0.14.2"
|