Skip to content

Commit 9b23747

Browse files
Update logo
1 parent 7b57b84 commit 9b23747

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><img src="resources/images/logo.png"></p>
1+
<p align="center"><img src="misc/logo.png"></p>
22

33
## Screenshots
44

misc/logo.png

23 KB
Loading

src/game.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ impl Game {
230230
let tile_start = tile.pos_x;
231231
let tile_end = tile.pos_x + 64.;
232232

233-
if ferris_pos_x >= tile_start && ferris_pos_x <= tile_end && ferris_pos_y + (-HEIGHT / 2.0) - 64. >= (-HEIGHT / 2.0) - 64. || ferris_pos_y == 0. {
233+
if ferris_pos_x >= tile_start && ferris_pos_x <= tile_end && ferris_pos_y + (-HEIGHT / 2.0) - 64. >= (-HEIGHT / 2.0) - 64. {
234234
ferris_is_falling_down = false;
235235

236236
break;

0 commit comments

Comments
 (0)