forked from CodenameCrew/CodenameEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f6df99
commit 6ef1f7e
Showing
12 changed files
with
122 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<!DOCTYPE codename-engine-character> | ||
<character isPlayer="false" flipX="false" holdTime="6.1" y="210" scale="1.2"> <!-- CONVERTED VIA psychjsontocodenamexml.py by Burgerballs --> | ||
|
||
<anim name="idle" anim="aumsum idle" fps="10" loop="true" x="0" y="0"/> | ||
<anim name="singLEFT" anim="aumsum left" fps="10" loop="false" x="40" y="-19"/> | ||
<anim name="singDOWN" anim="aumsum down" fps="10" loop="false" x="8" y="-78"/> | ||
<anim name="singUP" anim="aumsum up" fps="10" loop="false" x="52" y="8"/> | ||
<anim name="singRIGHT" anim="aumsum right" fps="10" loop="false" x="-50" y="0"/> | ||
|
||
</character> |
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,10 @@ | ||
<!DOCTYPE codename-engine-character> | ||
<character isPlayer="false" flipX="false" holdTime="6.1" y="150" camX="20" camY="-40" scale="1.2"> <!-- CONVERTED VIA psychjsontocodenamexml.py by Burgerballs --> | ||
|
||
<anim name="singLEFT" anim="aumsum october left" fps="12" loop="false" x="-17" y="0"/> | ||
<anim name="singDOWN" anim="aumsum october down" fps="12" loop="false" x="34" y="-25"/> | ||
<anim name="singUP" anim="aumsum october up" fps="12" loop="false" x="-5" y="14"/> | ||
<anim name="singRIGHT" anim="aumsum october right" fps="12" loop="false" x="-74" y="0"/> | ||
<anim name="idle" anim="aumsum october idle" fps="12" loop="false" x="0" y="0"/> | ||
|
||
</character> |
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,8 @@ | ||
<!DOCTYPE codename-engine-character> | ||
<character x="108" y="216" camx="0" icon="aumsum" isGF="false" camy="0" iconColor="-10592674" scale="1" flipX="false" isPlayer="false" holdTime="6.1" gameOverChar="null" antialiasing="true" sprite="aumsum"> | ||
<anim loop="false" x="1" anim="aumsum idle dance" fps="12" y="-1" name="idle" indices="[]"/> | ||
<anim loop="false" x="92" anim="aumsum left" fps="12" y="0" name="singLEFT" indices="[]"/> | ||
<anim loop="false" x="16" anim="aumsum down" fps="12" y="-28" name="singDOWN" indices="[]"/> | ||
<anim loop="false" x="43" anim="aumsum up" fps="12" y="14" name="singUP" indices="[]"/> | ||
<anim loop="false" x="-35" anim="aumsum right" fps="12" y="-2" name="singRIGHT" indices="[]"/> | ||
</character> |
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,17 @@ | ||
<!DOCTYPE codename-engine-character> | ||
<character isPlayer="true" flipX="true" holdTime="4" y="300" scale="1.1"> <!-- CONVERTED VIA psychjsontocodenamexml.py by Burgerballs --> | ||
|
||
<anim name="singDOWNmiss" anim="bf aumsum new down miss" loop="false" x="-12" y="-5"/> | ||
<anim name="singUPmiss" anim="bf aumsum new up miss" loop="false" x="-39" y="9"/> | ||
<anim name="deathLoop" anim="bf aumsum new dead loop" loop="false" x="108" y="0"/> | ||
<anim name="deathConfirm" anim="bf aumsum new dead confirm" loop="false" x="107" y="0"/> | ||
<anim name="firstDeath" anim="bf aumsum new dies" loop="false" x="108" y="0"/> | ||
<anim name="singDOWN" anim="bf aumsum new down" loop="false" x="-12" y="-5" indices="0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19"/> | ||
<anim name="singUP" anim="bf aumsum new up" loop="false" x="-39" y="9" indices="0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19"/> | ||
<anim name="singRIGHTmiss" anim="bf aumsum new left miss" loop="false" x="-34" y="2"/> | ||
<anim name="singLEFTmiss" anim="bf aumsum new right miss" loop="false" x="78" y="79"/> | ||
<anim name="singRIGHT" anim="bf aumsum new left" loop="false" x="-37" y="1" indices="0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19"/> | ||
<anim name="singLEFT" anim="bf aumsum new right" loop="false" x="84" y="103" indices="0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19"/> | ||
<anim name="idle" anim="bf aumsum new idle" loop="false" x="-6" y="0"/> | ||
|
||
</character> |
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,10 @@ | ||
<!DOCTYPE codename-engine-character> | ||
<character isPlayer="true" flipX="true" holdTime="6.1" x="50" y="220" camX="-340"> <!-- CONVERTED VIA psychjsontocodenamexml.py by Burgerballs --> | ||
|
||
<anim name="singUP" anim="bf cart up" fps="50" loop="false" x="-7" y="8"/> | ||
<anim name="singLEFT" anim="bf cart left" fps="50" loop="false" x="-7" y="2"/> | ||
<anim name="singDOWN" anim="bf cart down" fps="50" loop="false" x="-7" y="-16"/> | ||
<anim name="singRIGHT" anim="bf cart right" fps="50" loop="false" x="-7" y="-1"/> | ||
<anim name="idle" anim="bf cart idle" fps="40" loop="false" x="0" y="0"/> | ||
|
||
</character> |
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,10 @@ | ||
<!DOCTYPE codename-engine-character> | ||
<character isPlayer="true" flipX="true" holdTime="4" y="200"> <!-- CONVERTED VIA psychjsontocodenamexml.py by Burgerballs --> | ||
|
||
<anim name="idle" anim="bf chivi idle" loop="false" x="-5" y="0"/> | ||
<anim name="singLEFT" anim="bf chivi left" loop="false" x="13" y="3"/> | ||
<anim name="singDOWN" anim="bf chivi down" loop="false" x="-25" y="-9"/> | ||
<anim name="singUP" anim="bf chivi up" loop="false" x="29" y="23"/> | ||
<anim name="singRIGHT" anim="bf chivi right" loop="false" x="-41" y="3"/> | ||
|
||
</character> |
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,10 @@ | ||
<!DOCTYPE codename-engine-character> | ||
<character isPlayer="false" flipX="false" holdTime="6.1" x="80" y="250" camX="100"> <!-- CONVERTED VIA psychjsontocodenamexml.py by Burgerballs --> | ||
|
||
<anim name="singRIGHT" anim="chivi cart right" fps="45" loop="false" x="-12" y="4"/> | ||
<anim name="singUP" anim="chivi cart up" fps="45" loop="false" x="-12" y="3"/> | ||
<anim name="singLEFT" anim="chivi cart left" fps="45" loop="false" x="-12" y="0"/> | ||
<anim name="singDOWN" anim="chivi cart down" fps="45" loop="false" x="-12" y="-12"/> | ||
<anim name="idle" anim="chivi cart idle" fps="40" loop="false" x="0" y="0"/> | ||
|
||
</character> |
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,10 @@ | ||
<!DOCTYPE codename-engine-character> | ||
<character isPlayer="false" flipX="false" holdTime="6.1" y="80" camX="40" camY="-140"> <!-- CONVERTED VIA psychjsontocodenamexml.py by Burgerballs --> | ||
|
||
<anim name="singUP" anim="chivi up" loop="false" x="0" y="0"/> | ||
<anim name="singLEFT" anim="chivi left" loop="false" x="79" y="0"/> | ||
<anim name="singDOWN" anim="chivi down" loop="false" x="-10" y="0"/> | ||
<anim name="singRIGHT" anim="chivi right" loop="false" x="-70" y="-3"/> | ||
<anim name="idle" anim="chivi idle" fps="10" loop="false" x="0" y="0"/> | ||
|
||
</character> |
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,10 @@ | ||
<!DOCTYPE codename-engine-character> | ||
<character isPlayer="false" flipX="false" holdTime="6.1" x="130" y="220" camX="-40" camY="-20"> <!-- CONVERTED VIA psychjsontocodenamexml.py by Burgerballs --> | ||
|
||
<anim name="singUP" anim="joey up" fps="30" loop="false" x="-12" y="0"/> | ||
<anim name="singLEFT" anim="joey left" fps="30" loop="false" x="-10" y="-3"/> | ||
<anim name="singDOWN" anim="joey down" fps="30" loop="false" x="-45" y="-6"/> | ||
<anim name="singRIGHT" anim="joey right" fps="30" loop="false" x="19" y="0"/> | ||
<anim name="idle" anim="joey idle" fps="30" loop="false" x="0" y="0"/> | ||
|
||
</character> |
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,7 @@ | ||
<!DOCTYPE codename-engine-character> | ||
<character isPlayer="false" isGF="true" flipX="false" holdTime="4" x="20" y="200" camX="-200" camY="40"> <!-- CONVERTED VIA psychjsontocodenamexml.py by Burgerballs --> | ||
|
||
<anim name="danceLeft" anim="gf aumsum dancing beat" loop="false" x="0" y="-9" indices="0,1,2,3,4,5"/> | ||
<anim name="danceRight" anim="gf aumsum dancing beat" loop="false" x="0" y="-9" indices="8,9,10,11,12,13"/> | ||
|
||
</character> |
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,10 @@ | ||
<!DOCTYPE codename-engine-character> | ||
<character isPlayer="false" flipX="false" holdTime="3.30000000000001" y="100"> <!-- CONVERTED VIA psychjsontocodenamexml.py by Burgerballs --> | ||
|
||
<anim name="idle" anim="MrSmart idle" fps="10" loop="false" x="0" y="0"/> | ||
<anim name="singRIGHT" anim="MrSmart right" fps="15" loop="false" x="-15" y="4"/> | ||
<anim name="singUP" anim="MrSmart up" fps="15" loop="false" x="15" y="52"/> | ||
<anim name="singLEFT" anim="MrSmart left" fps="15" loop="false" x="27" y="-4"/> | ||
<anim name="singDOWN" anim="MrSmart down" fps="15" loop="false" x="15" y="-51"/> | ||
|
||
</character> |
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,10 @@ | ||
<!DOCTYPE codename-engine-character> | ||
<character isPlayer="false" flipX="false" holdTime="6.1" x="100" y="90" camX="-100" camY="-100"> <!-- CONVERTED VIA psychjsontocodenamexml.py by Burgerballs --> | ||
|
||
<anim name="idle" anim="aumsum narrator idle" fps="16" loop="false" x="0" y="0"/> | ||
<anim name="singUP" anim="aumsum narrator up" fps="16" loop="false" x="50" y="28"/> | ||
<anim name="singRIGHT" anim="aumsum narrator right" fps="16" loop="false" x="64" y="-1"/> | ||
<anim name="singDOWN" anim="aumsum narrator down" fps="16" loop="false" x="38" y="-3"/> | ||
<anim name="singLEFT" anim="aumsum narrator left" fps="16" loop="false" x="40" y="2"/> | ||
|
||
</character> |