diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-04-13 07:41:31 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-04-13 07:41:31 -0400 |
commit | 51f57a9eb06cd0a4a967915ee60a323fc85fafba (patch) | |
tree | 3ac6459043382584ad4b35c78be4cb0717c8ddda /xml | |
parent | a3f1f1bff9b58d90a2b60405ca40728cdd836fa6 (diff) | |
parent | 03130c5bcec3c885a1be005c24e192dfb57f3fe5 (diff) |
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'xml')
-rw-r--r-- | xml/playerSpawnHill1.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml index 936731e..53f5ad2 100644 --- a/xml/playerSpawnHill1.xml +++ b/xml/playerSpawnHill1.xml @@ -7,15 +7,15 @@ <hill peakx="0" peaky="1000" width="50" /> - <mob x="300" type="1" aggressive="false" /> + <mob x="300" type="1" aggressive="false" health="1000" /> <!--<trigger x="-300" id="Test" />--> - <npc name="Ralph" hasDialog="true" /> - <npc name="Johnny" hasDialog="false" /> - <npc name="Big Dave" hasDialog="true"/> + <npc name="Ralph" hasDialog="true" x="300" /> + <npc name="Johnny" hasDialog="false" x="300" /> + <npc name="Big Dave" hasDialog="true" x="300" /> - <page x="-200" id="assets/pages/gootaGoFast.png" /> + <page x="-200" id="assets/door.png" /> <village name="Swaggggggggggggg"> <structure type="0" x="-300" inside="playerSpawnHill1_Building1.xml"/> |