Skip to content

Instantly share code, notes, and snippets.

@Gankra
Created October 15, 2012 03:18
Show Gist options
  • Save Gankra/3890660 to your computer and use it in GitHub Desktop.
Save Gankra/3890660 to your computer and use it in GitHub Desktop.
<sburb name="Openbound_p3" version="1.0" char='foo' startAction='test' curRoom='bar' description="initialization" scale='2' levelPath='levels/openbound_p3' resourcePath='resources/openbound_p3'>
<dependencies>
<dependency>etc/ui.xml</dependency>
<dependency>etc/standardTemplates.xml</dependency>
<dependency>etc/sfx.xml</dependency>
</dependencies>
<action name='test' command='talk'>
<args>@! test!</args>
</action>
<fighter name='foo'/>
<room name='bar'/>
</sburb>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment