fix typo
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
1715d0115a
commit
803ead19ef
|
@ -541,7 +541,7 @@ WorldBuilder.SendMessage(new ChangeGameStateMessage(GameState.Title));
|
||||||
And don't forget to add our new Engines and Renderer.
|
And don't forget to add our new Engines and Renderer.
|
||||||
|
|
||||||
```cs
|
```cs
|
||||||
WorldBuilder.AddEngine(new GameStateEngine(ScoreFont, InstructionFont));world_builder.add_engine(WinEngine);
|
WorldBuilder.AddEngine(new GameStateEngine(ScoreFont, InstructionFont));
|
||||||
WorldBuilder.AddEngine(new GameWinEngine(ScoreFont));
|
WorldBuilder.AddEngine(new GameWinEngine(ScoreFont));
|
||||||
WorldBuilder.AddEngine(new UITextSpawner());
|
WorldBuilder.AddEngine(new UITextSpawner());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue