diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | graphics/sprites/players/human_female_base.png | bin | 0 -> 60055 bytes | |||
-rw-r--r-- | graphics/sprites/players/human_female_base.xml | 106 | ||||
-rw-r--r-- | graphics/sprites/players/human_male_base.png | bin | 0 -> 55885 bytes | |||
-rw-r--r-- | graphics/sprites/players/human_male_base.xml | 106 | ||||
-rw-r--r-- | graphics/tiles/Ship2.png | bin | 123668 -> 127101 bytes | |||
-rw-r--r-- | maps/000-0.tmx | 10 |
7 files changed, 217 insertions, 6 deletions
@@ -2,5 +2,4 @@ *.py~ *.tmx~ /music -/graphics/sprites/players testxml.py
\ No newline at end of file diff --git a/graphics/sprites/players/human_female_base.png b/graphics/sprites/players/human_female_base.png Binary files differnew file mode 100644 index 00000000..c4c0a80b --- /dev/null +++ b/graphics/sprites/players/human_female_base.png diff --git a/graphics/sprites/players/human_female_base.xml b/graphics/sprites/players/human_female_base.xml new file mode 100644 index 00000000..7f08c832 --- /dev/null +++ b/graphics/sprites/players/human_female_base.xml @@ -0,0 +1,106 @@ +<?xml version="1.0"?> +<!-- Original Author possible tmw, tmw br, ufb projects +Copyright (C) 2010-2011 Evol Online --> +<sprite name="player" action="stand"> + + <imageset name="base" src="graphics/sprites/players/human_female_base.png" width="64" height="64" /> + + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" /> + </animation> + <animation direction="left"> + <frame index="18" /> + </animation> + <animation direction="up"> + <frame index="36" /> + </animation> + <animation direction="right"> + <frame index="54" /> + </animation> + </action> + + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="6" delay="75" /> + </animation> + <animation direction="left"> + <sequence start="19" end="24" delay="75" /> + </animation> + <animation direction="up"> + <sequence start="37" end="42" delay="75" /> + </animation> + <animation direction="right"> + <sequence start="55" end="60" delay="75" /> + </animation> + </action> + + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="7" /> + </animation> + <animation direction="left"> + <frame index="25" /> + </animation> + <animation direction="up"> + <frame index="43" /> + </animation> + <animation direction="right"> + <frame index="61" /> + </animation> + </action> + + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="8" /> + </animation> + <animation direction="left"> + <frame index="26" /> + </animation> + <animation direction="up"> + <frame index="44" /> + </animation> + <animation direction="right"> + <frame index="62" /> + </animation> + </action> + + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="9" end="12" delay="75" /> + <end /> + </animation> + <animation direction="left"> + <sequence start="27" end="30" delay="75" /> + <end /> + </animation> + <animation direction="up"> + <sequence start="45" end="48" delay="75" /> + <end /> + </animation> + <animation direction="right"> + <sequence start="63" end="66" delay="75" /> + <end /> + </animation> + </action> + + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <sequence start="13" end="17" delay="75" /> + <end /> + </animation> + <animation direction="left"> + <sequence start="31" end="35" delay="75" /> + <end /> + </animation> + <animation direction="up"> + <sequence start="49" end="53" delay="75" /> + <end /> + </animation> + <animation direction="right"> + <sequence start="67" end="71" delay="75" /> + <end /> + </animation> + </action> + +</sprite> diff --git a/graphics/sprites/players/human_male_base.png b/graphics/sprites/players/human_male_base.png Binary files differnew file mode 100644 index 00000000..72b9b375 --- /dev/null +++ b/graphics/sprites/players/human_male_base.png diff --git a/graphics/sprites/players/human_male_base.xml b/graphics/sprites/players/human_male_base.xml new file mode 100644 index 00000000..47afd858 --- /dev/null +++ b/graphics/sprites/players/human_male_base.xml @@ -0,0 +1,106 @@ +<?xml version="1.0"?> +<!-- Original Author possible tmw, tmw br, ufb projects +Copyright (C) 2010-2011 Evol Online --> +<sprite name="player" action="stand"> + + <imageset name="base" src="graphics/sprites/players/human_male_base.png" width="64" height="64"/> + + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" /> + </animation> + <animation direction="left"> + <frame index="18" /> + </animation> + <animation direction="up"> + <frame index="36" /> + </animation> + <animation direction="right"> + <frame index="54" /> + </animation> + </action> + + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="6" delay="75" /> + </animation> + <animation direction="left"> + <sequence start="19" end="24" delay="75" /> + </animation> + <animation direction="up"> + <sequence start="37" end="42" delay="75" /> + </animation> + <animation direction="right"> + <sequence start="55" end="60" delay="75" /> + </animation> + </action> + + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="7" /> + </animation> + <animation direction="left"> + <frame index="25" /> + </animation> + <animation direction="up"> + <frame index="43" /> + </animation> + <animation direction="right"> + <frame index="61" /> + </animation> + </action> + + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="8" /> + </animation> + <animation direction="left"> + <frame index="26" /> + </animation> + <animation direction="up"> + <frame index="44" /> + </animation> + <animation direction="right"> + <frame index="62" /> + </animation> + </action> + + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="9" end="12" delay="75" /> + <end /> + </animation> + <animation direction="left"> + <sequence start="27" end="30" delay="75" /> + <end /> + </animation> + <animation direction="up"> + <sequence start="45" end="48" delay="75" /> + <end /> + </animation> + <animation direction="right"> + <sequence start="63" end="66" delay="75" /> + <end /> + </animation> + </action> + + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <sequence start="13" end="17" delay="75" /> + <end /> + </animation> + <animation direction="left"> + <sequence start="31" end="35" delay="75" /> + <end /> + </animation> + <animation direction="up"> + <sequence start="49" end="53" delay="75" /> + <end /> + </animation> + <animation direction="right"> + <sequence start="67" end="71" delay="75" /> + <end /> + </animation> + </action> + +</sprite> diff --git a/graphics/tiles/Ship2.png b/graphics/tiles/Ship2.png Binary files differindex 6174e744..35b67c66 100644 --- a/graphics/tiles/Ship2.png +++ b/graphics/tiles/Ship2.png diff --git a/maps/000-0.tmx b/maps/000-0.tmx index fa2983d3..d2c58d7a 100644 --- a/maps/000-0.tmx +++ b/maps/000-0.tmx @@ -20,12 +20,12 @@ </tileset> <layer name="Ground" width="47" height="47"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA+3Tyw7BQBgF4Jk+ECJB4rLswiXhCRDCI9jwCEhYuy3ddoSNuDwDD+Q0mUS1U0GiXTiLL9N0pv3P/NMaQgiDiIiIiIjeFpJChCGiRKV7TVy6JRRrPokxBWnIaJ7/FVM+q0IWykoMWpCDPBQcilCS7veYPuzBqnHFxc14ZK9ocnShBzWo2zSg6ZH913vQ9f1V9r7jfhs6AeT+Nrv9nAYwDOibGaHGGCYwhdmHfbfMYQFLWMHax/91g1pbZQd7OHjQ9fcIJzjDxcfcRERERERERET0v+4qhIa5hCIAAA== + H4sIAAAAAAAAA+3Tyw7BQBgF4Jk+ECJB4rLswiXhCRDCI9jwCEhYuy3ddoSN4B14IKfJJKqdCpK2C2fxZZrOtP+Zf1pDCGEQEREREdHHIlKIKMSUuHSvSUq3lGLNpzFmIAs5zfN+MeWrOuShqiSgAwUoQsmhDBXpfo8ZwB6sGjdc3I1n9pomRx8G0ICmTQvaHtn93oOu7++yDx33u9ALIfev2e3nNIJxSN/MBDWmMIM5LL7su2UJK1jDBrYB/q871NorBzjCyYOuv2e4wDXAzERERERERERE9N8e+Um+FoQiAAA= </data> </layer> <layer name="Ground 2" width="47" height="47"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA+2VPU4CURhFH1TaAFopBDVREWyhsUGIjStA3YRuQmsKLCSUYIkFSwAKAaXBv+VwiiGZECUE8t5AvCc5yWQm8907f2+MEUKI/8NG2JjNcNAtFmNnTXsLIVafSMiYKMZwC7dD7rJ3yYpjwstM+rL32N73eeB56PMIjzGFJ5jGDJ46vIYJWTIvPXN/5FdYyx/x7JfjefadYwGLlvpfLDG3Tu8GPs/4H5WYf4XXFvrfOHqmtxZy7hx0v7eU8WC5+xPzq5YyajPmln3fa3mB/CbnvFi+Ny0L89vM7Dh4H1/J6GEfB/iG7zic0xF+4Cd+4Tf+BLCuT9MNuoAQQgghhBBCCCHEGjAGG1HFJ4QiAAA= + H4sIAAAAAAAAA+2VO04CURhGL1Npo0AlEoUEfGCLjY1CbFgB6CZkE1BTaCGhVEsp2IFogQ9ofC7HU4zJxCghyL3DxO8kJ5nMZP7vm9cdY4QQ4v+w4Bmz6IXdYjpWItpbCDH/LMWMWcY4JjAZc5edImsV037mWiB7ne1MwKxvLmAeN3ATt3AbC7jj8Bq+KJJZ8d39Jf+UtfwM9344vs++Ayxh2VL/wz/MvaD3JV6N+R9VmV/DIwv9jx090xMLOXUH3RuWMpqWu58zv20pozNmbivwvbamyL/mnK7le9Ob8fwb5vXx1sH7OCDjHh/wEZ9wiKMJfcYXfMU3fMePENb179yFXUAIIYQQQgghhBAiAnwCACnm8YQiAAA= </data> </layer> <layer name="Fringe" width="47" height="47"> @@ -35,12 +35,12 @@ </layer> <layer name="Over" width="47" height="47"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA+3TyS4DARzH8ZkeigfgSu0XO0e7F7C8gOVI0sUVXcR6UHvCRWtLcLBFgor1YkksCQlP49tE01FNTUg7Jf9v8okp084vM6ookiRJkhS9BZOiLJrCr82mr+dk8rssWJCNHOQiD/koQGGU98W7Da65iS2kI0OzoYjjYpSgFGUoRwUqUWXA3tB9PMQRjhHQ3MdQ1RzXoBZ1qEcDGtGU4N2R9/EaN7jFnY772MzfW9CKtgRvj7yPr3jDgc4d7ZzXgU50GfD/os2sKkoKUpGmxj7XylYb7HCg1+DtwfbYsK9jh5NzXHDDg8Ek2H7JhisdO7ycM4mpJNgc6pktLzr2LHGOD36dzymZ2mbvDnZ1Pqduvj8933yHfpOVz7bBDkeM65yy9QznuIjynPp4bz8G4IQLbnjiuH2Izx7GCEYxhnHN9SwcT+CerQ94xBO8aliwaX7OYBZzmI/j5lj5NNf1c7yssfJhFWtYN2jjTwqon538oe2SJEmSJEmSJEmSJEnS/+kd4Quiy4QiAAA= + H4sIAAAAAAAAA+3Vx0oDURiG4UkWUS9Atxr7xq5LuzdguQHLUiExbtUkinVhV9CNXVAXNgQb1o0FLKCgYLkByw1Y3oAho4Y4KDEJ/h885CQ5M+fjnAxRFIlEIpFI3GdQryhDetd7g/7rnHA+i4ARkYhCNGIQizjEu7nO25lmzRnMIhRhqg4JjBORhGSkIBVpSEeGD/o693EFq1jDumofnclknIVs5CAXechHwR/3/ryP+zjAIY407GMh3xehGCV/3P3zPl7iCssae5QyrwzlqPDB70Udg05RghCMEJ3nuSa6mlENC2p83N2RRTosaehhZY4NdjSg0Q+679JhT0OPTuZ0odsPOjtzTpcLDX2GmTOCUY3n5E+Zo+88FjSeUyXPT9U3z9BvYuLeZlTD4mGdTbpuYRs7bs6plmvrUA8rbLCjwYvdm7h3M1rQija0q9YzMu7AMV1PcIozdOpcHOnhtRd96MeAFzt7yohq3VHGYyrj7yYwiSkfdfxJ1nUfbQRQd3/PNXt5g1vcBdi+3tP3AY94CrDuz/R9waujd4D9B0kkEolEIpFIJBKJRPKf8wbRJZu/hCIAAA== </data> </layer> - <layer name="Collision" width="47" height="47"> + <layer name="Collision" width="47" height="47" visible="0"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA+3OMQ0AAAjAMIJ/jWghCOCGo0v6rzKiAAAAAFhN1w8AAAAA3zWrKTkDhCIAAA== + H4sIAAAAAAAAA+3OsQkAAAgEMXH/GX8WWxcQmxykv3RVAAAAAA7tvl+8AwAAANwYA+bv74QiAAA= </data> </layer> <objectgroup name="Object" width="47" height="47"> |