Skip to content

Commit

Permalink
tuco
Browse files Browse the repository at this point in the history
  • Loading branch information
helio-frota committed Oct 19, 2024
1 parent cbb21ef commit 7f7b73c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions 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,5 +1,5 @@
[package]
name = "rgold"
name = "tuco"
version = "0.0.1"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rgold
# tuco

Rust version of [a game I made years ago](https://github.com/helio-frota/ecstasy-of-gold)

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ fn gold_found(p: &Player, gold_position: u8) -> bool {
|| (p.x == 640. && p.y == 500. && gold_position == RIGHT_BOTTOM)
}

#[macroquad::main("rgold")]
#[macroquad::main("tuco")]
async fn main() -> Result<()> {
// Window
set_fullscreen(false);
Expand Down

0 comments on commit 7f7b73c

Please sign in to comment.