Skip to content

Commit

Permalink
Fixed a bug on the generation of cubis)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tau5 committed Jul 19, 2019
1 parent bf2a4d7 commit 2041cf3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build/installer/cubigrav.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=CubiColor
Name=CubiGrav
Comment=A game about cubis and colors
Exec=cubicolor
Terminal=false
Exec=cubigrav
Terminal=false
Binary file added cubigrav.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions installer/cubigrav.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=CubiColor
Name=CubiGrav
Comment=A game about cubis and colors
Exec=cubicolor
Terminal=false
Exec=cubigrav
Terminal=false
2 changes: 2 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ int main(int argc, char *args[]) {
if(keyboard[SDL_SCANCODE_H]) {
mode = "help";
} else {
cubi_update_timer.reset_timer(cubi_update_timeout);
generator_timer.reset_timer(generator_timeout);
mode = "game";
}

Expand Down

0 comments on commit 2041cf3

Please sign in to comment.