-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Done]New cloning pod With Animation (#1005)
* adding new cloning pod sprite * [WIP] Trying to get animation to work * More Changes. Still does not work, but at least no errors. Cannot get the sprite to update * Ok. We have basic animation working now. :) Not 100% yet * Now the animation works. This code is not 100% but it functions and that is what matters now * Some code cleanup. * Updated cloning_pod.xml to be in line with the new xml format for sprites. * Optimization by @TomMalbran and some more cleanup * Fix for error and fixedx timer * Slowed animation for tranbaby
- Loading branch information
1 parent
8a06e5e
commit 2383c87
Showing
6 changed files
with
49 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Sprites> | ||
<Sprite name="cloning_pod_0" x="0" y="4" w="2" h="4" pixelPerUnit="32" /> | ||
<Sprite name="cloning_pod_1" x="2" y="4" w="2" h="4" pixelPerUnit="32" /> | ||
<Sprite name="cloning_pod" x="0" y="0" w="2" h="4" pixelPerUnit="32" /> | ||
</Sprites> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters