Spawning score and lives UI elements, no logic

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.
This commit is contained in:
2024-11-28 11:56:42 -06:00
parent a61d400c64
commit 37d7c1db42
2 changed files with 71 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "asteroids"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
[dependencies]