Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
yasiupl committed Jan 14, 2020
1 parent 00684da commit 485ecea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion game.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ class Game: public App {
//delete _this;
});

f1_menu->addOption("The premise of the game consists of shooting down as many enemy spacecraft attacking your position as possible.");
f1_menu->addOption("The premise of the game consists of");
f1_menu->addOption("shooting down as many enemy spacecraft attacking your position as possible.");
f1_menu->addOption("Use arrow keys or WSAD to set the orientation and thrust of your engines.");
f1_menu->addOption("Spacebar toggles the engine thrust.");
f1_menu->addOption("E shoots a missle.");
Expand Down

0 comments on commit 485ecea

Please sign in to comment.