Migration of Animation Code to External Library

Created the AnimationLibrary library to hold both Animation and AnimatedSprite.
This commit is contained in:
quinnvoker
2018-11-17 11:24:20 -08:00
parent e14c1627cc
commit fee1757862
6 changed files with 219 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MonoGame.Extended" version="1.1.0" targetFramework="net461" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net461" />
</packages>