diff --git a/Cargo.lock b/Cargo.lock index a477914..7c84eaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,7 +136,7 @@ dependencies = [ [[package]] name = "excavation-site-mercury" -version = "0.2.0-alpha.0" +version = "1.0.0" dependencies = [ "bincode", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index d197371..79d8404 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "excavation-site-mercury" -version = "0.2.0-alpha.0" +version = "1.0.0" authors = ["Jens Pitkanen "] edition = "2018" description = "A roguelike set on a space mining colony, written in Rust with SDL2" diff --git a/media/background-tile.png b/media/background-tile.png new file mode 100644 index 0000000..3889a81 Binary files /dev/null and b/media/background-tile.png differ diff --git a/media/cover.kra b/media/cover.kra new file mode 100644 index 0000000..5e98d28 Binary files /dev/null and b/media/cover.kra differ diff --git a/media/cover.png b/media/cover.png new file mode 100644 index 0000000..a4aa264 Binary files /dev/null and b/media/cover.png differ diff --git a/media/screenshot-1.png b/media/screenshot-1.png new file mode 100644 index 0000000..461a983 Binary files /dev/null and b/media/screenshot-1.png differ diff --git a/media/screenshot-2.png b/media/screenshot-2.png new file mode 100644 index 0000000..aa0650c Binary files /dev/null and b/media/screenshot-2.png differ diff --git a/media/screenshot-3.png b/media/screenshot-3.png new file mode 100644 index 0000000..57ed2f6 Binary files /dev/null and b/media/screenshot-3.png differ diff --git a/src/main.rs b/src/main.rs index 8321d0d..b0995a8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -46,8 +46,8 @@ //! - ~~Keyboard controls for everything~~ //! - ~~Remove Brain, it isn't used~~ //! - ~~Inherent level ups: Leg from walking, Arm from fighting, Finger from unlocks~~ -//! - Class choice UI (different sets of starting stats) -//! - Leaderboard for comparing treasure scores +//! - ~~Leaderboard for comparing treasure scores~~ +//! - Class choice UI (different sets of starting stats) (didn't have time, rip) //! //! And here's the features I had planned but didn't have the time to //! implement: