Shazz - Could you do the DTDs? :)
Upload the ones you currently have done into SVN if you want, they are complete(ish) IIRC?
I've made a small change to tower.xml, adding an additional sprite element:
<MenuSprite File="icon.png" />
For the icon to be used on the menu.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Infact, heres another change...
I've now changed how Poison works in Towers:
<Level Cost="20" SellAmount="40" Damage="20" ROF="1000" Range="120" Splash="30" Speed="50" PoisonTick="500" PoisonLength="10000"/>
Every PoisonTick milliseconds, the enemy takes 1 damage.
Will need to add poison resistance to enemy.xml at some stage too.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=956974
Originator: NO
Shazz - Could you do the DTDs? :)
Upload the ones you currently have done into SVN if you want, they are complete(ish) IIRC?
I've made a small change to tower.xml, adding an additional sprite element:
<MenuSprite File="icon.png" />
For the icon to be used on the menu.
Logged In: YES
user_id=956974
Originator: NO
Infact, heres another change...
I've now changed how Poison works in Towers:
<Level Cost="20" SellAmount="40" Damage="20" ROF="1000" Range="120" Splash="30" Speed="50" PoisonTick="500" PoisonLength="10000"/>
Every PoisonTick milliseconds, the enemy takes 1 damage.
Will need to add poison resistance to enemy.xml at some stage too.
Logged In: YES
user_id=1885034
Originator: YES
Ok I'll uplaod the updated DTDs tonight !
Logged In: YES
user_id=956974
Originator: NO
Another rename:
<Requirements UpgradePoint="1" />
Becomes:
<Requirements UpgradePoints="1" />
Logged In: YES
user_id=1885034
Originator: YES
commited to svn