瀏覽代碼

Replace AposGameStart with Apos.Camera

Jean-David Moisan 1 年之前
父節點
當前提交
5bb3827f8e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -66,7 +66,7 @@ if (jump.Pressed()) {
 ## Other projects you might like
 
 * [Apos.Gui](https://github.com/Apostolique/Apos.Gui) - UI 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.Content](https://github.com/Apostolique/Apos.Content) - Content builder library 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.