Add door plugin. Note that this will need to be revisited when local object synchronization is complete.

This commit is contained in:
shiver474
2015-03-03 12:38:18 -05:00
parent ee7cba054c
commit af911b032d
4 changed files with 184 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<plugin>
<id>door</id>
<version>1</version>
<name>Doors</name>
<description>Adds support for doors throughout the game.</description>
<authors>
<author>Shiver</author>
</authors>
<scripts>
<script>constants.rb</script>
<script>util.rb</script>
<script>door.rb</script>
</scripts>
<dependencies/>
</plugin>