Skip to content

Commit

Permalink
Ostatnie poprawki
Browse files Browse the repository at this point in the history
  • Loading branch information
ktos committed Jan 30, 2022
1 parent 795d7cd commit db6041c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rex2/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static void Main()
levelManager.Add(first);

#if DEBUG
levelManager.Menu();
levelManager.Welcome();
#else
levelManager.Welcome();
#endif
Expand Down
5 changes: 3 additions & 2 deletions Rex2/levels/CreditsScreen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ private void Draw()
DrawRot13AnimatedText("+ surt https://opengameart.org/content/darknes", 10, 10, 60, 15, Color.GREEN);
DrawRot13AnimatedText("+ SpriteLib by Ari Feldman", 10, 10, 80, 15, Color.GREEN);
DrawRot13AnimatedText("+ EEEnt-OFFICIAL", 10, 10, 100, 15, Color.GREEN);
DrawRot13AnimatedText("Music: Marylka", 10, 10, 120, 15, Color.BLUE);
DrawRot13AnimatedText("Sounds: Kenney (www.kenney.nl)", 10, 10, 140, 15, Color.GOLD);
DrawRot13AnimatedText("+ Pixel Ship Generator: https://thydungeonsean.itch.io/pixel-ship-generator", 10, 10, 120, 15, Color.GREEN);
DrawRot13AnimatedText("Music: Marylka", 10, 10, 140, 15, Color.BLUE);
DrawRot13AnimatedText("Sounds: Kenney (www.kenney.nl)", 10, 10, 160, 15, Color.GOLD);

EndTextureMode();

Expand Down

0 comments on commit db6041c

Please sign in to comment.