Quellcode durchsuchen

Replace AposGameStarter with Apos.Camera

Jean-David Moisan vor 1 Jahr
Ursprung
Commit
a65412cdd7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -50,7 +50,7 @@ You can read more in the [Getting started](https://apostolique.github.io/Apos.Gu
 ## Other projects you might like
 ## Other projects you might like
 
 
 * [Apos.Input](https://github.com/Apostolique/Apos.Input) - Input library for MonoGame.
 * [Apos.Input](https://github.com/Apostolique/Apos.Input) - Input library for MonoGame.
+* [Apos.Camera](https://github.com/Apostolique/Apos.Camera) -  Camera library for MonoGame.
 * [Apos.History](https://github.com/Apostolique/Apos.History) - A C# library that makes it easy to handle undo and redo.
 * [Apos.History](https://github.com/Apostolique/Apos.History) - A C# library that makes it easy to handle undo and redo.
 * [Apos.Content](https://github.com/Apostolique/Apos.Content) - Content builder library for MonoGame.
 * [Apos.Content](https://github.com/Apostolique/Apos.Content) - Content builder library for MonoGame.
 * [Apos.Framework](https://github.com/Apostolique/Apos.Framework) - Game architecture for MonoGame.
 * [Apos.Framework](https://github.com/Apostolique/Apos.Framework) - Game architecture for MonoGame.
-* [AposGameStarter](https://github.com/Apostolique/AposGameStarter) - MonoGame project starter. Common files to help create a game faster.