all repos — Legends-RPG @ 386aef55098a4fc99b56e6fa1223d98bb02761f1

A fantasy mini-RPG built with Python and Pygame.

Fixed typo with King dialogue.
Justin Armstrong justinmeister@gmail.com
Wed, 13 Sep 2017 19:04:27 -0700
commit

386aef55098a4fc99b56e6fa1223d98bb02761f1

parent

11e8324a55470a96a1cd80d3db6ef9c2d1579393

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M resources/tmx/castle.tmxresources/tmx/castle.tmx

@@ -6,12 +6,12 @@ </tileset>

<tileset firstgid="111" name="tileset3" tilewidth="16" tileheight="16"> <image source="../graphics/tileset3.png" width="176" height="192"/> </tileset> - <layer name="Tile Layer 1" width="25" height="27"> + <layer name="Tile Layer 1" width="25" height="27" visible="0"> <data encoding="base64" compression="zlib"> eJxjYBh+IB+Ii4C4GIhLoOwCIC4kkl0KxS147KgC4gYgrgbiGiCuJZHdAMXE2IEL1yJhfOoI2bGdCniw2nEIB6a2P/yA2B8JB9DAjgggjkTCUaN2jNpBZTtqh4k/Ru0YtWMk2jGbAbXtg9wGSgLiZCScApUDtXXKgLgcSi8lYAetAAB7/gvf </data> </layer> - <layer name="Tile Layer 2" width="25" height="27"> + <layer name="Tile Layer 2" width="25" height="27" visible="0"> <data encoding="base64" compression="zlib"> eJxjYBgF5IIeJHYvEruPRDX4wHQk9gwk9kwS1YyCUTAKRgEhEDnQDhgFo2AUjEgAAF4VBzg= </data>

@@ -166,7 +166,7 @@ <properties>

<property name="dialogue length" value="6"/> <property name="dialogue0" value="Please! You must help me!"/> <property name="dialogue1" value="An evil sorceror has stolen my magic crown."/> - <property name="dialogue2" value="WIthout it, our town will be overrun by monsters!"/> + <property name="dialogue2" value="Without it, our town will be overrun by monsters!"/> <property name="dialogue3" value="Go to the NorthWest Castle and retrieve it for me."/> <property name="dialogue4" value="Here is some GOLD for supplies."/> <property name="dialogue5" value="You receive 100 GOLD."/>