mirror of
https://github.com/Relintai/terraman_2d.git
synced 2024-11-08 10:02:11 +01:00
26 lines
623 B
XML
26 lines
623 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="TerrainLevelGenerator" inherits="Resource" version="3.5">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="_generate_chunk" qualifiers="virtual">
|
|
<return type="void" />
|
|
<argument index="0" name="chunk" type="TerrainChunk" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="generate_chunk">
|
|
<return type="void" />
|
|
<argument index="0" name="chunk" type="TerrainChunk" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|