Skip to content

Commit

Permalink
Add screenshots, cover, bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neonmoe committed Mar 14, 2021
1 parent 1b92e4c commit 1eb7376
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "excavation-site-mercury"
version = "0.2.0-alpha.0"
version = "1.0.0"
authors = ["Jens Pitkanen <[email protected]>"]
edition = "2018"
description = "A roguelike set on a space mining colony, written in Rust with SDL2"
Expand Down
Binary file added media/background-tile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/cover.kra
Binary file not shown.
Binary file added media/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1eb7376

Please sign in to comment.