If you would like to add your levels here please use the contact us form on the main page and copy and paste your xml document into the message.
To download please right click and select save (link) as and place it in your endless pixel folder.
# | Community Wave | Author | Download |
---|---|---|---|
1 | Example | Greenfrogs | Download |
This guide will explain how to create your own levels for Endless Pixel manually. Automated method coming soon.
<game> <!--Shows the start of the xml document-->
<name>Example Endless Pixel Wave</name> <!--Currently not used-->
<author>Greenfrogs</author> <!--Currently not used-->
<wave wave='1'> <!--The wave number needs to go up consistently-->
<end>false</end> <!--Whether the game ends here-->
<text1>Hello, this is the Example Wave</text1> <!--The first line of text-->
<text2>Hello, this is line 2</text2> <!--The second line of text-->
<b1>2</b1> <!--The number of blue level 1 to spawn-->
<b2>4</b2> <!--The number of blue level 2 to spawn-->
<b3>4</b3> <!--The number of blue level 3 to spawn-->
<b4>0</b4> <!--The number of blue level 4 to spawn-->
<r1>1</r1> <!--The number of red level 1 to spawn-->
<r2>1</r2> <!--The number of red level 2 to spawn-->
<r3>0</r3> <!--The number of red level 3 to spawn-->
<r4>0</r4> <!--The number of red level 4 to spawn-->
<g1>4</g1> <!--The number of green level 1 to spawn-->
<g2>4</g2> <!--The number of green level 2 to spawn-->
<g3>0</g3> <!--The number of green level 3 to spawn-->
<g4>0</g4> <!--The number of green level 4 to spawn-->
<w1>1</w1> <!--The number of white level 1 to spawn-->
<w2>0</w2> <!--The number of white level 2 to spawn-->
<w3>0</w3> <!--The number of white level 3 to spawn-->
<w4>0</w4> <!--The number of white level 4 to spawn-->
<boss>0</boss> <!--The number of bosses to spawn-->
</wave> <!--Shows the wave has ended-->
<wave wave='2'>
<end>true</end> <!--On the final wave you need to put true but nothing else-->
</wave>
</game> <!--Shows the end of the xml document-->