New Timer class and scale event updates.

This commit is contained in:
photonstorm
2013-11-24 11:04:58 +00:00
parent 7d7aa795e7
commit 155c863d69
12 changed files with 344 additions and 151 deletions
+1
View File
@@ -118,6 +118,7 @@
<script src="../src/tween/Tween.js"></script>
<script src="../src/tween/Easing.js"></script>
<script src="../src/time/Time.js"></script>
<script src="../src/time/Timer.js"></script>
<script src="../src/animation/AnimationManager.js"></script>
<script src="../src/animation/Animation.js"></script>
<script src="../src/animation/Frame.js"></script>
+1
View File
@@ -117,6 +117,7 @@
<script src="../src/tween/Tween.js"></script>
<script src="../src/tween/Easing.js"></script>
<script src="../src/time/Time.js"></script>
<script src="../src/time/Timer.js"></script>
<script src="../src/animation/AnimationManager.js"></script>
<script src="../src/animation/Animation.js"></script>
<script src="../src/animation/Frame.js"></script>