Iteration 1

have some art, didn't really do much there
I did spend a lot more time on the code, it's more iteresting.
Player is in it's own file.
All Players use the same code.
Refactored how turns are processed.
Added a defend and counter ability, have code for "Blood Counter" that I
might revisit. Want to change defend to a "Holy Shield" and add a magic
ability that is countered by it. This is to stop the counter until you
win strategy.
This commit is contained in:
2021-02-16 21:10:46 -06:00
parent c56a139556
commit b2eb3ca9a5
21 changed files with 3467 additions and 61 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

File diff suppressed because it is too large Load Diff
+89
View File
@@ -0,0 +1,89 @@
<TextureAtlas imagePath="sheet.png">
<SubTexture name="arrowBeige_left.png" x="303" y="486" width="22" height="21"/>
<SubTexture name="arrowBeige_right.png" x="171" y="486" width="22" height="21"/>
<SubTexture name="arrowBlue_left.png" x="193" y="486" width="22" height="21"/>
<SubTexture name="arrowBlue_right.png" x="215" y="486" width="22" height="21"/>
<SubTexture name="arrowBrown_left.png" x="237" y="486" width="22" height="21"/>
<SubTexture name="arrowBrown_right.png" x="325" y="486" width="22" height="21"/>
<SubTexture name="arrowSilver_left.png" x="281" y="486" width="22" height="21"/>
<SubTexture name="arrowSilver_right.png" x="259" y="486" width="22" height="21"/>
<SubTexture name="barBack_horizontalLeft.png" x="372" y="330" width="9" height="18"/>
<SubTexture name="barBack_horizontalMid.png" x="338" y="386" width="18" height="18"/>
<SubTexture name="barBack_horizontalRight.png" x="190" y="294" width="9" height="18"/>
<SubTexture name="barBack_verticalBottom.png" x="290" y="189" width="18" height="9"/>
<SubTexture name="barBack_verticalMid.png" x="338" y="404" width="18" height="18"/>
<SubTexture name="barBack_verticalTop.png" x="338" y="440" width="18" height="9"/>
<SubTexture name="barBlue_horizontalBlue.png" x="356" y="431" width="18" height="18"/>
<SubTexture name="barBlue_horizontalLeft.png" x="372" y="294" width="9" height="18"/>
<SubTexture name="barBlue_horizontalRight.png" x="372" y="312" width="9" height="18"/>
<SubTexture name="barBlue_verticalBottom.png" x="344" y="189" width="18" height="9"/>
<SubTexture name="barBlue_verticalMid.png" x="356" y="386" width="18" height="18"/>
<SubTexture name="barBlue_verticalTop.png" x="356" y="404" width="18" height="9"/>
<SubTexture name="barGreen_horizontalLeft.png" x="370" y="108" width="9" height="18"/>
<SubTexture name="barGreen_horizontalMid.png" x="338" y="368" width="18" height="18"/>
<SubTexture name="barGreen_horizontalRight.png" x="190" y="312" width="9" height="18"/>
<SubTexture name="barGreen_verticalBottom.png" x="338" y="467" width="18" height="9"/>
<SubTexture name="barGreen_verticalMid.png" x="356" y="413" width="18" height="18"/>
<SubTexture name="barGreen_verticalTop.png" x="171" y="476" width="18" height="9"/>
<SubTexture name="barRed_horizontalLeft.png" x="370" y="90" width="9" height="18"/>
<SubTexture name="barRed_horizontalMid.png" x="356" y="368" width="18" height="18"/>
<SubTexture name="barRed_horizontalRight.png" x="190" y="348" width="9" height="18"/>
<SubTexture name="barRed_verticalBottom.png" x="347" y="503" width="18" height="9"/>
<SubTexture name="barRed_verticalMid.png" x="347" y="485" width="18" height="18"/>
<SubTexture name="barRed_verticalTop.png" x="338" y="476" width="18" height="9"/>
<SubTexture name="barYellow_horizontalLeft.png" x="370" y="126" width="9" height="18"/>
<SubTexture name="barYellow_horizontalMid.png" x="338" y="449" width="18" height="18"/>
<SubTexture name="barYellow_horizontalRight.png" x="190" y="330" width="9" height="18"/>
<SubTexture name="barYellow_verticalBottom.png" x="326" y="189" width="18" height="9"/>
<SubTexture name="barYellow_verticalMid.png" x="338" y="422" width="18" height="18"/>
<SubTexture name="barYellow_verticalTop.png" x="308" y="189" width="18" height="9"/>
<SubTexture name="buttonLong_beige.png" x="0" y="282" width="190" height="49"/>
<SubTexture name="buttonLong_beige_pressed.png" x="0" y="237" width="190" height="45"/>
<SubTexture name="buttonLong_blue.png" x="0" y="188" width="190" height="49"/>
<SubTexture name="buttonLong_blue_pressed.png" x="0" y="143" width="190" height="45"/>
<SubTexture name="buttonLong_brown.png" x="0" y="49" width="190" height="49"/>
<SubTexture name="buttonLong_brown_pressed.png" x="0" y="98" width="190" height="45"/>
<SubTexture name="buttonLong_grey.png" x="0" y="0" width="190" height="49"/>
<SubTexture name="buttonLong_grey_pressed.png" x="0" y="331" width="190" height="45"/>
<SubTexture name="buttonRound_beige.png" x="335" y="76" width="35" height="38"/>
<SubTexture name="buttonRound_blue.png" x="335" y="38" width="35" height="38"/>
<SubTexture name="buttonRound_brown.png" x="335" y="114" width="35" height="38"/>
<SubTexture name="buttonRound_grey.png" x="335" y="0" width="35" height="38"/>
<SubTexture name="buttonSquare_beige.png" x="293" y="294" width="45" height="49"/>
<SubTexture name="buttonSquare_beige_pressed.png" x="290" y="94" width="45" height="45"/>
<SubTexture name="buttonSquare_blue.png" x="290" y="0" width="45" height="49"/>
<SubTexture name="buttonSquare_blue_pressed.png" x="290" y="139" width="45" height="45"/>
<SubTexture name="buttonSquare_brown.png" x="293" y="343" width="45" height="49"/>
<SubTexture name="buttonSquare_brown_pressed.png" x="293" y="392" width="45" height="45"/>
<SubTexture name="buttonSquare_grey.png" x="293" y="437" width="45" height="49"/>
<SubTexture name="buttonSquare_grey_pressed.png" x="290" y="49" width="45" height="45"/>
<SubTexture name="cursorGauntlet_blue.png" x="30" y="482" width="30" height="30"/>
<SubTexture name="cursorGauntlet_bronze.png" x="0" y="482" width="30" height="30"/>
<SubTexture name="cursorGauntlet_grey.png" x="60" y="482" width="30" height="30"/>
<SubTexture name="cursorHand_beige.png" x="90" y="482" width="27" height="28"/>
<SubTexture name="cursorHand_blue.png" x="117" y="482" width="27" height="28"/>
<SubTexture name="cursorHand_grey.png" x="144" y="482" width="27" height="28"/>
<SubTexture name="cursorSword_bronze.png" x="338" y="331" width="34" height="37"/>
<SubTexture name="cursorSword_gold.png" x="338" y="294" width="34" height="37"/>
<SubTexture name="cursorSword_silver.png" x="335" y="152" width="34" height="37"/>
<SubTexture name="iconCheck_beige.png" x="369" y="184" width="16" height="15"/>
<SubTexture name="iconCheck_blue.png" x="370" y="30" width="16" height="15"/>
<SubTexture name="iconCheck_bronze.png" x="370" y="45" width="16" height="15"/>
<SubTexture name="iconCheck_grey.png" x="370" y="75" width="16" height="15"/>
<SubTexture name="iconCircle_beige.png" x="356" y="466" width="17" height="17"/>
<SubTexture name="iconCircle_blue.png" x="365" y="483" width="17" height="17"/>
<SubTexture name="iconCircle_brown.png" x="369" y="152" width="17" height="17"/>
<SubTexture name="iconCircle_grey.png" x="356" y="449" width="17" height="17"/>
<SubTexture name="iconCross_beige.png" x="369" y="169" width="16" height="15"/>
<SubTexture name="iconCross_blue.png" x="370" y="15" width="16" height="15"/>
<SubTexture name="iconCross_brown.png" x="370" y="0" width="16" height="15"/>
<SubTexture name="iconCross_grey.png" x="370" y="60" width="16" height="15"/>
<SubTexture name="panelInset_beige.png" x="200" y="294" width="93" height="94"/>
<SubTexture name="panelInset_beigeLight.png" x="190" y="200" width="93" height="94"/>
<SubTexture name="panelInset_blue.png" x="200" y="388" width="93" height="94"/>
<SubTexture name="panelInset_brown.png" x="283" y="200" width="93" height="94"/>
<SubTexture name="panel_beige.png" x="190" y="100" width="100" height="100"/>
<SubTexture name="panel_beigeLight.png" x="100" y="376" width="100" height="100"/>
<SubTexture name="panel_blue.png" x="190" y="0" width="100" height="100"/>
<SubTexture name="panel_brown.png" x="0" y="376" width="100" height="100"/>
</TextureAtlas>
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: eb81e257b5879c4479ed1e2a1874505f
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant: