diff --git a/Cargo.lock b/Cargo.lock index 6e10897..5f819c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3002,7 +3002,7 @@ dependencies = [ [[package]] name = "taipo" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "bevy", diff --git a/Cargo.toml b/Cargo.toml index b4753c9..c8b229c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taipo" -version = "0.5.0" +version = "0.6.0" authors = ["Rob Parrett "] edition = "2021" repository = "https://github.com/rparrett/taipo" diff --git a/README.md b/README.md index 0896c20..58ad1dd 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ cargo make --profile release serve ## TODO +- [ ] Move UI images into texture atlas. - [ ] Corpses should despawn after some time. - [ ] Load tower stats from `game.ron`. - [ ] Load starting yen from `game.ron`.