Add Tutorial Island location plugin - current only spawns npcs.

This commit is contained in:
Major-
2014-02-14 23:12:06 +00:00
parent 3bae7e64f0
commit 69f74c2028
2 changed files with 63 additions and 0 deletions
@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<plugin>
<id>location-tutorial-island</id>
<version>0.1</version>
<name>Tutorial Island</name>
<description>Adds funtionality to Tutorial island.</description>
<authors>
<author>Major</author>
</authors>
<scripts>
<script>npcs.rb</script>
</scripts>
<dependencies>
<dependency>entity-spawning</dependency>
</dependencies>
</plugin>