Whole game

This commit is contained in:
Exit93 2014-02-26 17:47:03 +01:00
parent 1cc827752d
commit cee1440acb
76 changed files with 2181 additions and 241 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 870 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="utf-8" ?>
<c2eventsheet>
<!--All the 'name' attributes are ignored by Construct 2 - they are there for readability only.-->
<name>EndEvents</name>
<events>
<event-block sid="2090476982714826">
<conditions>
<condition id="-2" name="On start of layout" sid="3125819533453829" type="System" />
</conditions>
<actions>
<action id="5" name="Set web font" sid="4730637601627018" type="GratsText">
<param id="0" name="Family name">&quot;minercraftoryregular&quot;</param>
<param id="1" name="CSS URL">&quot;stylesheet.css&quot;</param>
</action>
<action id="0" name="Play" sid="5310678546891385" type="Audio">
<param id="0" name="Audio file">win</param>
<param id="2" name="Loop">1</param>
<param id="3" name="Volume">0</param>
<param id="1" name="Tag (optional)">&quot;&quot;</param>
</action>
<action id="0" name="Set text" sid="5596842654808293" type="FinishText">
<param id="0" name="Text">&quot;SEI RIUSCITO A DIVENTARE FAMOSO SU YOUTUBE CON BEN &quot; &amp; subscribers &amp; &quot; ISCRITTI&quot;</param>
</action>
<action id="5" name="Set web font" sid="5530941720641892" type="FinishText">
<param id="0" name="Family name">&quot;minercraftoryregular&quot;</param>
<param id="1" name="CSS URL">&quot;stylesheet.css&quot;</param>
</action>
<action behavior="Flash" id="0" name="Flash" sid="7171033107525449" type="GratsText">
<param id="0" name="&apos;On&apos; time">0.5</param>
<param id="1" name="&apos;Off&apos; time">0.3</param>
<param id="2" name="Duration">5.0</param>
</action>
<action id="5" name="Set web font" sid="5698853311278125" type="StartText">
<param id="0" name="Family name">&quot;minercraftoryregular&quot;</param>
<param id="1" name="CSS URL">&quot;stylesheet.css&quot;</param>
</action>
</actions>
</event-block>
<event-block sid="9712149357050138">
<conditions>
<condition id="0" name="On key pressed" sid="682430195585236" type="Keyboard">
<param id="0" name="Key">13 (Return)</param>
</condition>
</conditions>
<actions>
<action id="9" name="Reload" sid="572628107790054" type="Browser" />
</actions>
</event-block>
</events>
</c2eventsheet>

View File

@ -1,42 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<c2eventsheet>
<!--All the 'name' attributes are ignored by Construct 2 - they are there for readability only.-->
<name>Event sheet 1</name>
<events>
<event-block sid="3824873703968608">
<conditions>
<condition id="-6" name="Every X seconds" sid="2261196584717211" type="System">
<param id="0" name="Interval (seconds)">0.3</param>
</condition>
</conditions>
<actions>
<action id="0" name="Spawn another object" sid="3508115805113956" type="Lez89">
<param id="0" name="Object">Poop</param>
<param id="1" name="Layer">0</param>
<param id="2" name="Image point">1</param>
</action>
</actions>
</event-block>
<event-block sid="4953072892030419">
<conditions>
<condition id="0" name="On collision with another object" sid="206593879529372" type="Poop">
<param id="0" name="Object">Xbox</param>
</condition>
</conditions>
<actions>
<action id="-9" name="Destroy" sid="4447386001878916" type="Xbox" />
<action id="-9" name="Destroy" sid="7650091398215252" type="Poop" />
</actions>
</event-block>
<event-block sid="8742873101103201">
<conditions>
<condition id="0" name="On collision with another object" sid="7352079660754991" type="Lez89">
<param id="0" name="Object">Xbox</param>
</condition>
</conditions>
<actions>
<action id="-9" name="Destroy" sid="3543999938475852" type="Xbox" />
</actions>
</event-block>
</events>
</c2eventsheet>

657
Event sheets/GameEvents.xml Normal file
View File

@ -0,0 +1,657 @@
<?xml version="1.0" encoding="utf-8" ?>
<c2eventsheet>
<!--All the 'name' attributes are ignored by Construct 2 - they are there for readability only.-->
<name>GameEvents</name>
<events>
<variable constant="0" name="pointschanged" sid="4355927829998026" static="0" type="number">0</variable>
<variable constant="0" name="bgSpeed" sid="276657766903616" static="0" type="number">2</variable>
<variable constant="0" name="bossJoined" sid="9155577407381667" static="0" type="number">0</variable>
<variable constant="1" name="PHASE3SWITCHTRESHOLD" sid="7647003000673785" static="0" type="number">25000</variable>
<variable constant="1" name="PHASE2SWITCHTRESHOLD" sid="3729880029546708" static="0" type="number">5000</variable>
<variable constant="0" name="phase" sid="7207743613137981" static="0" type="number">0</variable>
<variable constant="0" name="spawnSpeed" sid="7870110307524696" static="0" type="number">0.5</variable>
<variable constant="0" name="shootSpeed" sid="7350965305276739" static="0" type="number">0.3</variable>
<variable constant="0" name="subscribers" sid="1547919414273632" static="0" type="number">0</variable>
<event-block sid="3824873703968608">
<conditions>
<condition id="-6" name="Every X seconds" sid="2261196584717211" type="System">
<param id="0" name="Interval (seconds)">shootSpeed</param>
</condition>
<condition id="-14" name="Compare variable" sid="5734785281177803" type="System">
<param id="0" name="Variable">phase</param>
<param id="1" name="Comparison">1</param>
<param id="2" name="Value">1</param>
</condition>
<condition id="-14" name="Compare variable" sid="2209635099990997" type="System">
<param id="0" name="Variable">bossJoined</param>
<param id="1" name="Comparison">1</param>
<param id="2" name="Value">2</param>
</condition>
<condition id="-14" name="Compare variable" sid="3964118893794929" type="System">
<param id="0" name="Variable">bossJoined</param>
<param id="1" name="Comparison">1</param>
<param id="2" name="Value">3</param>
</condition>
</conditions>
<actions>
<action id="0" name="Spawn another object" sid="3508115805113956" type="Lez89">
<param id="0" name="Object">Poop</param>
<param id="1" name="Layer">1</param>
<param id="2" name="Image point">1</param>
</action>
<action id="0" name="Play" sid="3149525787033966" type="Audio">
<param id="0" name="Audio file">shoot</param>
<param id="2" name="Loop">0</param>
<param id="3" name="Volume">20</param>
<param id="1" name="Tag (optional)">&quot;&quot;</param>
</action>
</actions>
<sub-events>
<event-block sid="5345910497566442">
<conditions>
<condition id="-14" name="Compare variable" sid="6472618838418384" type="System">
<param id="0" name="Variable">phase</param>
<param id="1" name="Comparison">5</param>
<param id="2" name="Value">2</param>
</condition>
</conditions>
<actions>
<action id="0" name="Spawn another object" sid="7244420033002968" type="Lez89">
<param id="0" name="Object">Poop</param>
<param id="1" name="Layer">1</param>
<param id="2" name="Image point">1</param>
</action>
<action id="-8" name="Set angle" sid="4769142009819717" type="Poop">
<param id="0" name="Angle">330</param>
</action>
<action id="0" name="Spawn another object" sid="1885147792523467" type="Lez89">
<param id="0" name="Object">Poop</param>
<param id="1" name="Layer">1</param>
<param id="2" name="Image point">1</param>
</action>
<action id="-8" name="Set angle" sid="1014252045094181" type="Poop">
<param id="0" name="Angle">30</param>
</action>
</actions>
</event-block>
</sub-events>
</event-block>
<event-block sid="883122251927226">
<conditions>
<condition id="-1" name="Every tick" sid="1694594495221212" type="System" />
</conditions>
<actions>
<action id="-1" name="Set X" sid="2472062260202927" type="Background">
<param id="0" name="X">Background.X - bgSpeed</param>
</action>
<action id="0" name="Set text" sid="9404278058212193" type="SubsText">
<param id="0" name="Text">&quot;ISCRITTI: &quot; &amp; subscribers</param>
</action>
</actions>
</event-block>
<event-block any="1" sid="4953072892030419">
<conditions>
<condition id="0" name="On collision with another object" sid="206593879529372" type="Poop">
<param id="0" name="Object">Enemy</param>
</condition>
<condition id="0" name="On collision with another object" sid="4008506472652702" type="Poop">
<param id="0" name="Object">AdblockBullet</param>
</condition>
</conditions>
<actions>
<action id="0" name="Spawn another object" sid="1246746667008149" type="Poop">
<param id="0" name="Object">Explosion</param>
<param id="1" name="Layer">2</param>
<param id="2" name="Image point">0</param>
</action>
<action id="-8" name="Set angle" sid="6760674787338142" type="Explosion">
<param id="0" name="Angle">0</param>
</action>
<action id="0" name="Play" sid="5146230139193616" type="Audio">
<param id="0" name="Audio file">explosion</param>
<param id="2" name="Loop">0</param>
<param id="3" name="Volume">-9</param>
<param id="1" name="Tag (optional)">&quot;&quot;</param>
</action>
<action id="-9" name="Destroy" sid="4447386001878916" type="Enemy" />
<action id="-9" name="Destroy" sid="7650091398215252" type="Poop" />
<action id="-9" name="Set value" sid="5207096965681379" type="System">
<param id="0" name="Variable">pointschanged</param>
<param id="1" name="Value">subscribers</param>
</action>
<action id="-10" name="Add to" sid="1901061992135129" type="System">
<param id="0" name="Variable">subscribers</param>
<param id="1" name="Value">100</param>
</action>
<action id="-9" name="Destroy" sid="1880721808357578" type="AdblockBullet" />
</actions>
</event-block>
<event-block any="1" sid="8742873101103201">
<conditions>
<condition id="0" name="On collision with another object" sid="7352079660754991" type="Lez89">
<param id="0" name="Object">Enemy</param>
</condition>
<condition id="0" name="On collision with another object" sid="3962738486510257" type="Lez89">
<param id="0" name="Object">AdblockBullet</param>
</condition>
<condition id="0" name="On collision with another object" sid="6675688109256046" type="Lez89">
<param id="0" name="Object">Adblock</param>
</condition>
</conditions>
<actions>
<action id="-9" name="Destroy" sid="3543999938475852" type="Enemy" />
<action id="0" name="Play" sid="5403284717559031" type="Audio">
<param id="0" name="Audio file">Lezzo</param>
<param id="2" name="Loop">0</param>
<param id="3" name="Volume">0</param>
<param id="1" name="Tag (optional)">&quot;&quot;</param>
</action>
<action id="-9" name="Destroy" sid="1732900119506694" type="AdblockBullet" />
</actions>
<sub-events>
<event-block sid="5170200433238294">
<conditions>
<condition id="-14" name="Compare variable" sid="5337142843715612" type="System">
<param id="0" name="Variable">subscribers</param>
<param id="1" name="Comparison">5</param>
<param id="2" name="Value">500</param>
</condition>
</conditions>
<actions>
<action id="-11" name="Subtract from" sid="4632310581642804" type="System">
<param id="0" name="Variable">subscribers</param>
<param id="1" name="Value">500</param>
</action>
</actions>
</event-block>
</sub-events>
</event-block>
<event-block sid="3078519611059241">
<conditions>
<condition id="-6" name="Every X seconds" sid="9812819282512321" type="System">
<param id="0" name="Interval (seconds)">spawnSpeed</param>
</condition>
<condition id="-14" name="Compare variable" sid="2590571140713772" type="System">
<param id="0" name="Variable">phase</param>
<param id="1" name="Comparison">1</param>
<param id="2" name="Value">1</param>
</condition>
<condition id="-14" name="Compare variable" sid="5329364100766759" type="System">
<param id="0" name="Variable">phase</param>
<param id="1" name="Comparison">3</param>
<param id="2" name="Value">2</param>
</condition>
</conditions>
<actions>
<action id="-3" name="Create object" sid="3226375264439608" type="System">
<param id="0" name="Object to create">Enemy</param>
<param id="1" name="Layer">2</param>
<param id="2" name="X">870</param>
<param id="3" name="Y">random(40, 443)</param>
</action>
<action id="5" name="Set frame" sid="8280571750497172" type="Enemy">
<param id="0" name="Frame number">random(0,Enemy.AnimationFrameCount)</param>
</action>
</actions>
</event-block>
<event-block sid="2979604485966122">
<conditions>
<condition id="-1" name="Compare X" sid="1222727358732661" type="Background">
<param id="0" name="Comparison">3</param>
<param id="1" name="X co-ordinate">-512</param>
</condition>
</conditions>
<actions>
<action id="-1" name="Set X" sid="102653924688438" type="Background">
<param id="0" name="X">Background.X + 512</param>
</action>
</actions>
</event-block>
<event-block sid="7617223046137096">
<conditions>
<condition id="4" name="On finished" sid="5007231487438465" type="Explosion">
<param id="0" name="Animation">&quot;Default&quot;</param>
</condition>
</conditions>
<actions>
<action id="-9" name="Destroy" sid="2205373844319368" type="Explosion" />
</actions>
</event-block>
<event-block sid="5033683829097864">
<conditions>
<condition id="-2" name="On start of layout" sid="9127507421375209" type="System" />
</conditions>
<actions>
<action id="0" name="Play" sid="6151038808328739" type="Audio">
<param id="0" name="Audio file">Get-out-of-there</param>
<param id="2" name="Loop">1</param>
<param id="3" name="Volume">0</param>
<param id="1" name="Tag (optional)">&quot;baseMusic&quot;</param>
</action>
<action id="4" name="Preload" sid="3727595700441116" type="Audio">
<param id="0" name="Audio file">explosion</param>
</action>
<action id="4" name="Preload" sid="788980667460453" type="Audio">
<param id="0" name="Audio file">kiss</param>
</action>
<action id="4" name="Preload" sid="7866125488238178" type="Audio">
<param id="0" name="Audio file">Lezzo</param>
</action>
<action id="4" name="Preload" sid="4301847217960981" type="Audio">
<param id="0" name="Audio file">shoot</param>
</action>
<action id="4" name="Preload" sid="8351756867776398" type="Audio">
<param id="0" name="Audio file">warning</param>
</action>
<action id="5" name="Set web font" sid="8034325925043491" type="SubsText">
<param id="0" name="Family name">&quot;minercraftoryregular&quot;</param>
<param id="1" name="CSS URL">&quot;stylesheet.css&quot;</param>
</action>
<action id="5" name="Set web font" sid="3650710520590297" type="BonusText">
<param id="0" name="Family name">&quot;minercraftoryregular&quot;</param>
<param id="1" name="CSS URL">&quot;stylesheet.css&quot;</param>
</action>
<action id="5" name="Set web font" sid="7209014493871949" type="WarningText">
<param id="0" name="Family name">&quot;minercraftoryregular&quot;</param>
<param id="1" name="CSS URL">&quot;stylesheet.css&quot;</param>
</action>
<action id="-1" name="Set X" sid="4131288315739319" type="BonusText">
<param id="0" name="X">Bonus.X</param>
</action>
</actions>
</event-block>
<comment>Effetto punteggio</comment>
<event-block sid="3483570397960918">
<conditions>
<condition id="-14" name="Compare variable" sid="4588036503304169" type="System">
<param id="0" name="Variable">subscribers</param>
<param id="1" name="Comparison">1</param>
<param id="2" name="Value">pointschanged</param>
</condition>
</conditions>
<actions>
<action behavior="Swing" id="0" name="Set activated" sid="4378107758481143" type="SubsText">
<param id="0" name="Activated">0</param>
</action>
<action id="-8" name="Set angle" sid="3520940721178052" type="SubsText">
<param id="0" name="Angle">0</param>
</action>
<action id="-9" name="Set value" sid="1778549297733354" type="System">
<param id="0" name="Variable">pointschanged</param>
<param id="1" name="Value">subscribers</param>
</action>
<action id="4" name="Set font color" sid="6019263437436836" type="SubsText">
<param id="0" name="Color">rgb(random(255), random(255), random(255))</param>
</action>
<action behavior="Flash" id="0" name="Flash" sid="1256814459284052" type="SubsText">
<param id="0" name="&apos;On&apos; time">0</param>
<param id="1" name="&apos;Off&apos; time">0</param>
<param id="2" name="Duration">0.3</param>
</action>
<action behavior="Swing" id="0" name="Set activated" sid="5403771032033471" type="SubsText">
<param id="0" name="Activated">1</param>
</action>
<action id="3" name="Set font size" sid="9373962700658997" type="SubsText">
<param id="0" name="Size (pt)">24</param>
</action>
</actions>
</event-block>
<event-block sid="6294478332175818">
<conditions>
<condition behavior="Flash" id="1" name="On flash ended" sid="4745354535219357" type="SubsText" />
</conditions>
<actions>
<action id="4" name="Set font color" sid="5547512881147105" type="SubsText">
<param id="0" name="Color">rgb(255, 255, 255)</param>
</action>
<action behavior="Swing" id="0" name="Set activated" sid="6735441910644924" type="SubsText">
<param id="0" name="Activated">0</param>
</action>
<action id="-8" name="Set angle" sid="7242191583471894" type="SubsText">
<param id="0" name="Angle">0</param>
</action>
<action id="3" name="Set font size" sid="7377476841585645" type="SubsText">
<param id="0" name="Size (pt)">12</param>
</action>
</actions>
</event-block>
<comment>Phase 2</comment>
<event-block sid="5462643499845805">
<conditions>
<condition id="-14" name="Compare variable" sid="956987654617611" type="System">
<param id="0" name="Variable">subscribers</param>
<param id="1" name="Comparison">5</param>
<param id="2" name="Value">PHASE2SWITCHTRESHOLD</param>
</condition>
<condition id="-14" name="Compare variable" sid="1048342359330086" type="System">
<param id="0" name="Variable">phase</param>
<param id="1" name="Comparison">0</param>
<param id="2" name="Value">0</param>
</condition>
</conditions>
<actions>
<action id="-15" name="Set visible" sid="6195769270318076" type="Bonus">
<param id="0" name="Visibility">1</param>
</action>
<action behavior="Fade" id="1" name="Start fade" sid="9989580435950249" type="Bonus" />
<action id="11" name="Set collisions enabled" sid="5197029960623654" type="Bonus">
<param id="0" name="Collisions">1</param>
</action>
<action id="-9" name="Set value" sid="971811361617372" type="System">
<param id="0" name="Variable">phase</param>
<param id="1" name="Value">1</param>
</action>
<action id="-15" name="Set visible" sid="9885659613830347" type="BonusText">
<param id="0" name="Visibility">1</param>
</action>
<action behavior="Fade" id="1" name="Start fade" sid="6380204274912767" type="BonusText" />
</actions>
</event-block>
<event-block sid="68241612308137">
<conditions>
<condition id="0" name="On collision with another object" sid="5505638899019315" type="Lez89">
<param id="0" name="Object">Bonus</param>
</condition>
</conditions>
<actions>
<action id="-9" name="Set value" sid="7286183118460692" type="System">
<param id="0" name="Variable">phase</param>
<param id="1" name="Value">2</param>
</action>
<action id="-9" name="Destroy" sid="1021243956706971" type="Bonus" />
<action id="-9" name="Destroy" sid="4503203743228759" type="BonusText" />
<action id="-9" name="Set value" sid="115938024672932" type="System">
<param id="0" name="Variable">shootSpeed</param>
<param id="1" name="Value">0.2</param>
</action>
<action id="-9" name="Set value" sid="4299750636372591" type="System">
<param id="0" name="Variable">bgSpeed</param>
<param id="1" name="Value">bgSpeed * 2</param>
</action>
<action id="-9" name="Set value" sid="7009911177364135" type="System">
<param id="0" name="Variable">spawnSpeed</param>
<param id="1" name="Value">0.2</param>
</action>
<action id="0" name="Play" sid="544041292155955" type="Audio">
<param id="0" name="Audio file">kiss</param>
<param id="2" name="Loop">0</param>
<param id="3" name="Volume">0</param>
<param id="1" name="Tag (optional)">&quot;&quot;</param>
</action>
</actions>
</event-block>
<comment>Phase 4</comment>
<event-block sid="4582459881239736">
<conditions>
<condition id="-14" name="Compare variable" sid="4651470282557338" type="System">
<param id="0" name="Variable">subscribers</param>
<param id="1" name="Comparison">5</param>
<param id="2" name="Value">PHASE3SWITCHTRESHOLD</param>
</condition>
<condition id="-14" name="Compare variable" sid="8927946903648729" type="System">
<param id="0" name="Variable">phase</param>
<param id="1" name="Comparison">0</param>
<param id="2" name="Value">2</param>
</condition>
</conditions>
<actions>
<action id="-9" name="Set value" sid="2513440443416834" type="System">
<param id="0" name="Variable">phase</param>
<param id="1" name="Value">3</param>
</action>
<action id="-15" name="Set visible" sid="6550862420396028" type="WarningText">
<param id="0" name="Visibility">1</param>
</action>
<action behavior="Flash" id="0" name="Flash" sid="1334235011140522" type="WarningText">
<param id="0" name="&apos;On&apos; time">0.7</param>
<param id="1" name="&apos;Off&apos; time">0.2</param>
<param id="2" name="Duration">3</param>
</action>
<action id="0" name="Play" sid="9238334368434657" type="Audio">
<param id="0" name="Audio file">warning</param>
<param id="2" name="Loop">0</param>
<param id="3" name="Volume">0</param>
<param id="1" name="Tag (optional)">&quot;warning&quot;</param>
</action>
</actions>
</event-block>
<event-block sid="7011435100027813">
<conditions>
<condition id="0" name="On ended" sid="8412039654305764" type="Audio">
<param id="0" name="Tag">&quot;warning&quot;</param>
</condition>
</conditions>
<actions>
<action id="-9" name="Set value" sid="5252009129358781" type="System">
<param id="0" name="Variable">phase</param>
<param id="1" name="Value">4</param>
</action>
<action id="-15" name="Set visible" sid="1098401335849244" type="WarningText">
<param id="0" name="Visibility">0</param>
</action>
<action id="-3" name="Create object" sid="6492681140747503" type="System">
<param id="0" name="Object to create">Adblock</param>
<param id="1" name="Layer">2</param>
<param id="2" name="X">980</param>
<param id="3" name="Y">235</param>
</action>
<action behavior="CustomMovement" id="12" name="Set enabled" sid="3437208174459224" type="Adblock">
<param id="0" name="State">1</param>
</action>
<action behavior="CustomMovement" id="2" name="Set speed" sid="8906308021472462" type="Adblock">
<param id="0" name="Which">1</param>
<param id="1" name="Speed">-100</param>
</action>
</actions>
</event-block>
<event-block sid="3851175649297842">
<conditions>
<condition id="-1" name="Compare X" sid="9111667104731228" type="Adblock">
<param id="0" name="Comparison">3</param>
<param id="1" name="X co-ordinate">700</param>
</condition>
<condition id="-14" name="Compare variable" sid="6350655819003277" type="System">
<param id="0" name="Variable">bossJoined</param>
<param id="1" name="Comparison">0</param>
<param id="2" name="Value">0</param>
</condition>
</conditions>
<actions>
<action id="-9" name="Set value" sid="9792388324901488" type="System">
<param id="0" name="Variable">bossJoined</param>
<param id="1" name="Value">1</param>
</action>
<action behavior="CustomMovement" id="2" name="Set speed" sid="8501850696413582" type="Adblock">
<param id="0" name="Which">1</param>
<param id="1" name="Speed">0</param>
</action>
<action behavior="CustomMovement" id="2" name="Set speed" sid="2118588126369798" type="Adblock">
<param id="0" name="Which">2</param>
<param id="1" name="Speed">-50</param>
</action>
</actions>
</event-block>
<event-block sid="5334972479411315">
<conditions>
<condition id="-2" name="Compare Y" sid="6691856640404446" type="Adblock">
<param id="0" name="Comparison">3</param>
<param id="1" name="Y co-ordinate">140</param>
</condition>
<condition id="-14" name="Compare variable" sid="4376524311578242" type="System">
<param id="0" name="Variable">bossJoined</param>
<param id="1" name="Comparison">0</param>
<param id="2" name="Value">1</param>
</condition>
</conditions>
<actions>
<action behavior="CustomMovement" id="2" name="Set speed" sid="6935803301188562" type="Adblock">
<param id="0" name="Which">2</param>
<param id="1" name="Speed">50</param>
</action>
</actions>
</event-block>
<event-block sid="18126489463656">
<conditions>
<condition id="-2" name="Compare Y" sid="9697320992176706" type="Adblock">
<param id="0" name="Comparison">5</param>
<param id="1" name="Y co-ordinate">340</param>
</condition>
<condition id="-14" name="Compare variable" sid="2747850205217798" type="System">
<param id="0" name="Variable">bossJoined</param>
<param id="1" name="Comparison">0</param>
<param id="2" name="Value">1</param>
</condition>
</conditions>
<actions>
<action behavior="CustomMovement" id="2" name="Set speed" sid="2527110547468397" type="Adblock">
<param id="0" name="Which">2</param>
<param id="1" name="Speed">-50</param>
</action>
</actions>
</event-block>
<event-block sid="3859258353166355">
<conditions>
<condition id="0" name="On collision with another object" sid="7583075509783363" type="Poop">
<param id="0" name="Object">Adblock</param>
</condition>
<condition id="-14" name="Compare variable" sid="6906148113475402" type="System">
<param id="0" name="Variable">bossJoined</param>
<param id="1" name="Comparison">0</param>
<param id="2" name="Value">1</param>
</condition>
</conditions>
<actions>
<action id="0" name="Spawn another object" sid="9162871608950372" type="Poop">
<param id="0" name="Object">Explosion</param>
<param id="1" name="Layer">2</param>
<param id="2" name="Image point">0</param>
</action>
<action id="-8" name="Set angle" sid="2064742170586745" type="Explosion">
<param id="0" name="Angle">0</param>
</action>
<action id="0" name="Play" sid="8523145387411499" type="Audio">
<param id="0" name="Audio file">explosion</param>
<param id="2" name="Loop">0</param>
<param id="3" name="Volume">-9</param>
<param id="1" name="Tag (optional)">&quot;&quot;</param>
</action>
<action id="-9" name="Destroy" sid="9715380254560326" type="Poop" />
<action id="-12" name="Subtract from" sid="9469782397172458" type="Adblock">
<param id="0" name="Instance variable">health</param>
<param id="1" name="Value">1</param>
</action>
</actions>
</event-block>
<event-block sid="4990992785428117">
<conditions>
<condition id="-7" name="Compare instance variable" sid="4753065266100183" type="Adblock">
<param id="0" name="Instance variable">health</param>
<param id="1" name="Comparison">3</param>
<param id="2" name="Value">0</param>
</condition>
<condition id="-14" name="Compare variable" sid="418766709468883" type="System">
<param id="0" name="Variable">bossJoined</param>
<param id="1" name="Comparison">0</param>
<param id="2" name="Value">1</param>
</condition>
</conditions>
<actions>
<action id="-9" name="Set value" sid="4034575141447714" type="System">
<param id="0" name="Variable">bossJoined</param>
<param id="1" name="Value">2</param>
</action>
<action behavior="CustomMovement" id="2" name="Set speed" sid="4564386159463153" type="Adblock">
<param id="0" name="Which">0</param>
<param id="1" name="Speed">0</param>
</action>
</actions>
</event-block>
<event-block sid="6293673368286085">
<conditions>
<condition id="-6" name="Every X seconds" sid="3696927301735321" type="System">
<param id="0" name="Interval (seconds)">spawnSpeed</param>
</condition>
<condition id="-14" name="Compare variable" sid="9545453777866439" type="System">
<param id="0" name="Variable">bossJoined</param>
<param id="1" name="Comparison">0</param>
<param id="2" name="Value">1</param>
</condition>
</conditions>
<actions>
<action id="0" name="Spawn another object" sid="1874654691392799" type="Adblock">
<param id="0" name="Object">AdblockBullet</param>
<param id="1" name="Layer">2</param>
<param id="2" name="Image point">random(1, 4)</param>
</action>
</actions>
</event-block>
<variable constant="0" name="bossExplosions" sid="9382563399047827" static="0" type="number">0</variable>
<event-block sid="990866201516936">
<conditions>
<condition id="-6" name="Every X seconds" sid="7113461600429196" type="System">
<param id="0" name="Interval (seconds)">0.3</param>
</condition>
<condition id="-14" name="Compare variable" sid="5550516488200022" type="System">
<param id="0" name="Variable">bossJoined</param>
<param id="1" name="Comparison">0</param>
<param id="2" name="Value">2</param>
</condition>
</conditions>
<actions>
<action id="0" name="Spawn another object" sid="9089322818855821" type="Adblock">
<param id="0" name="Object">Explosion</param>
<param id="1" name="Layer">2</param>
<param id="2" name="Image point">random(4, 12)</param>
</action>
<action id="0" name="Play" sid="806473548942857" type="Audio">
<param id="0" name="Audio file">explosion</param>
<param id="2" name="Loop">0</param>
<param id="3" name="Volume">-9</param>
<param id="1" name="Tag (optional)">&quot;&quot;</param>
</action>
<action id="-10" name="Add to" sid="2986632846311857" type="System">
<param id="0" name="Variable">bossExplosions</param>
<param id="1" name="Value">1</param>
</action>
<action behavior="Fade" id="1" name="Start fade" sid="4175046907169891" type="Adblock" />
<action id="6" name="Stop" sid="7402780456216638" type="Audio">
<param id="0" name="Tag">&quot;baseMusic&quot;</param>
</action>
<action id="-10" name="Add to" sid="5102438435620392" type="System">
<param id="0" name="Variable">subscribers</param>
<param id="1" name="Value">1500</param>
</action>
</actions>
<sub-events>
<event-block sid="2119356743886833">
<conditions>
<condition id="-14" name="Compare variable" sid="7841109408645327" type="System">
<param id="0" name="Variable">bossExplosions</param>
<param id="1" name="Comparison">0</param>
<param id="2" name="Value">20</param>
</condition>
</conditions>
<actions>
<action id="-9" name="Set value" sid="7002888966792724" type="System">
<param id="0" name="Variable">bossJoined</param>
<param id="1" name="Value">3</param>
</action>
</actions>
</event-block>
</sub-events>
</event-block>
<event-block sid="7577507101229753">
<conditions>
<condition behavior="Fade" id="0" name="On fade out finished" sid="6287569602615917" type="Adblock" />
</conditions>
<actions>
<action id="-16" name="Wait" sid="2956063656955906" type="System">
<param id="0" name="Seconds">3</param>
</action>
<action id="-2" name="Go to layout" sid="9758487138961508" type="System">
<param id="0" name="Layout">End</param>
</action>
</actions>
</event-block>
</events>
</c2eventsheet>

View File

@ -0,0 +1,102 @@
<?xml version="1.0" encoding="utf-8" ?>
<c2eventsheet>
<!--All the 'name' attributes are ignored by Construct 2 - they are there for readability only.-->
<name>StartEvents</name>
<events>
<event-block sid="3939865611923323">
<conditions>
<condition id="-2" name="On start of layout" sid="9110820820746366" type="System" />
</conditions>
<actions>
<action id="5" name="Set web font" sid="9859294630076206" type="TitleText">
<param id="0" name="Family name">&quot;minercraftoryregular&quot;</param>
<param id="1" name="CSS URL">&quot;stylesheet.css&quot;</param>
</action>
<action id="5" name="Set web font" sid="4143842153734302" type="StartText">
<param id="0" name="Family name">&quot;minercraftoryregular&quot;</param>
<param id="1" name="CSS URL">&quot;stylesheet.css&quot;</param>
</action>
<action id="5" name="Set web font" sid="1817571401184049" type="LinkText">
<param id="0" name="Family name">&quot;minercraftoryregular&quot;</param>
<param id="1" name="CSS URL">&quot;stylesheet.css&quot;</param>
</action>
<action id="0" name="Play" sid="1633777060701495" type="Audio">
<param id="0" name="Audio file">win</param>
<param id="2" name="Loop">1</param>
<param id="3" name="Volume">0</param>
<param id="1" name="Tag (optional)">&quot;&quot;</param>
</action>
<action id="4" name="Preload" sid="3729040534303324" type="Audio">
<param id="0" name="Audio file">Get-out-of-there</param>
</action>
<action id="4" name="Preload" sid="6208334122518164" type="Audio">
<param id="0" name="Audio file">explosion</param>
</action>
<action id="4" name="Preload" sid="3586614069022407" type="Audio">
<param id="0" name="Audio file">kiss</param>
</action>
<action id="4" name="Preload" sid="9821794843026955" type="Audio">
<param id="0" name="Audio file">Lezzo</param>
</action>
<action id="4" name="Preload" sid="7470239251913414" type="Audio">
<param id="0" name="Audio file">shoot</param>
</action>
<action id="4" name="Preload" sid="372051240739482" type="Audio">
<param id="0" name="Audio file">warning</param>
</action>
</actions>
</event-block>
<event-block sid="6985444783566796">
<conditions>
<condition id="0" name="On key pressed" sid="98570169677418" type="Keyboard">
<param id="0" name="Key">13 (Return)</param>
</condition>
</conditions>
<actions>
<action id="33" name="Stop all" sid="1054764156663908" type="Audio" />
<action id="-2" name="Go to layout" sid="5540618845091674" type="System">
<param id="0" name="Layout">Game</param>
</action>
</actions>
</event-block>
<event-block sid="5547625041271175">
<conditions>
<condition id="6" name="On object clicked" sid="2779195871037782" type="Mouse">
<param id="0" name="Mouse button">0</param>
<param id="1" name="Click type">0</param>
<param id="2" name="Object clicked">LinkText</param>
</condition>
</conditions>
<actions>
<action id="8" name="Open URL in new window" sid="3605371341606969" type="Browser">
<param id="0" name="URL">&quot;https://www.facebook.com/Lez89&quot;</param>
<param id="1" name="Tag">&quot;lezPageWindow&quot;</param>
</action>
</actions>
</event-block>
<event-block sid="8022885439921575">
<conditions>
<condition id="7" name="Cursor is over object" sid="5364973673346991" type="Mouse">
<param id="0" name="Object">LinkText</param>
</condition>
</conditions>
<actions>
<action id="0" name="Set cursor style" sid="2938491123130073" type="Mouse">
<param id="0" name="Cursor style">1</param>
</action>
</actions>
</event-block>
<event-block sid="8367748318506832">
<conditions>
<condition id="7" inverted="1" name="Cursor is over object" sid="9818094787577273" type="Mouse">
<param id="0" name="Object">LinkText</param>
</condition>
</conditions>
<actions>
<action id="0" name="Set cursor style" sid="3018611041007201" type="Mouse">
<param id="0" name="Cursor style">0</param>
</action>
</actions>
</event-block>
</events>
</c2eventsheet>

BIN
Files/Get-out-of-there.ogg Normal file

Binary file not shown.

BIN
Files/Lezzo.m4a Normal file

Binary file not shown.

BIN
Files/Lezzo.ogg Normal file

Binary file not shown.

BIN
Files/Lezzo.wav Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

BIN
Files/explosion.m4a Normal file

Binary file not shown.

BIN
Files/explosion.ogg Normal file

Binary file not shown.

BIN
Files/explosion.wav Normal file

Binary file not shown.

BIN
Files/kiss.m4a Normal file

Binary file not shown.

BIN
Files/kiss.ogg Normal file

Binary file not shown.

BIN
Files/kiss.wav Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

View File

@ -0,0 +1,182 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="minercraftoryregular" horiz-adv-x="1600" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="800" />
<glyph horiz-adv-x="2048" />
<glyph horiz-adv-x="2048" />
<glyph unicode="&#xd;" horiz-adv-x="2048" />
<glyph unicode=" " horiz-adv-x="800" />
<glyph unicode="&#x09;" horiz-adv-x="800" />
<glyph unicode="&#xa0;" horiz-adv-x="800" />
<glyph unicode="!" horiz-adv-x="800" d="M100 8v400h600v-400h-600zM100 600v1400h600v-1400h-600z" />
<glyph unicode="&#x22;" d="M100 1200v200h200v200h-200v400h600v-600h-200v-200h-400zM900 1200v200h200v200h-200v400h600v-600h-200v-200h-400z" />
<glyph unicode="#" horiz-adv-x="2000" d="M100 400v400h200v400h-200v400h200v400h600v-400h200v400h600v-400h200v-400h-200v-400h200v-400h-200v-400h-600v400h-200v-400h-600v400h-200zM900 800h200v400h-200v-400z" />
<glyph unicode="&#x26;" d="M100 200v800h200v200h-200v600h200v200h1200v-400h-800v-400h800v-1000h-200v-200h-1000v200h-200zM700 400h200v400h-200v-400z" />
<glyph unicode="'" horiz-adv-x="800" d="M100 1200v200h200v200h-200v400h600v-600h-200v-200h-400z" />
<glyph unicode="(" horiz-adv-x="1000" d="M100 200v1600h200v200h600v-400h-200v-1200h200v-400h-600v200h-200z" />
<glyph unicode=")" horiz-adv-x="1000" d="M100 0v400h200v1200h-200v400h600v-200h200v-1600h-200v-200h-600z" />
<glyph unicode="," horiz-adv-x="800" d="M100 0v400h600v-600h-200v-200h-400v200h200v200h-200z" />
<glyph unicode="-" horiz-adv-x="1000" d="M100 792v400h800v-400h-800z" />
<glyph unicode="." horiz-adv-x="800" d="M100 0v400h600v-400h-600z" />
<glyph unicode="0" d="M100 0v2000h1400v-2000h-1400zM700 400h200v1200h-200v-1200z" />
<glyph unicode="1" horiz-adv-x="1000" d="M100 1600v400h800v-2000h-600v1600h-200z" />
<glyph unicode="2" d="M100 0v1000h200v200h600v400h-800v400h1200v-200h200v-800h-200v-200h-600v-400h800v-400h-1400z" />
<glyph unicode="3" d="M100 0v400h800v400h-800v400h800v400h-800v400h1200v-200h200v-600h-200v-200h200v-800h-200v-200h-1200z" />
<glyph unicode="4" d="M100 800v1200h600v-800h200v800h600v-2000h-600v800h-800z" />
<glyph unicode="5" d="M100 0v400h800v400h-800v1200h1400v-400h-800v-400h600v-200h200v-800h-200v-200h-1200z" />
<glyph unicode="6" d="M100 0v2000h1400v-400h-800v-400h800v-1200h-1400zM700 400h200v400h-200v-400z" />
<glyph unicode="7" d="M100 1600v400h1400v-800h-200v-200h-200v-1000h-600v1000h200v200h200v400h-800z" />
<glyph unicode="8" d="M100 0v1000h200v200h-200v800h1400v-800h-200v-200h200v-1000h-1400zM700 400h200v400h-200v-400zM700 1200h200v400h-200v-400z" />
<glyph unicode="9" d="M100 0v400h800v400h-800v1200h1400v-2000h-1400zM700 1200h200v400h-200v-400z" />
<glyph unicode="=" d="M100 0h600v600h200v-600h600v2000h-1400v-2000zM500 1400v200h200v-200h200v200h200v-200h-200v-100h100v-300h-100v100h-200v-100h-100v300h100v100h-200z" />
<glyph unicode="?" d="M100 1600v400h1200v-200h200v-800h-200v-200h-200v-200h-600v400h200v200h200v400h-800zM500 0v400h600v-400h-600z" />
<glyph unicode="A" d="M100 0v2000h1400v-2000h-600v800h-200v-800h-600zM700 1200h200v400h-200v-400z" />
<glyph unicode="B" d="M100 0v2000h1400v-800h-200v-200h200v-1000h-1400zM700 1200h200v400h-200v-400zM701 399h200v400h-200v-400z" />
<glyph unicode="C" d="M100 0v2000h1400v-400h-800v-1200h800v-400h-1400z" />
<glyph unicode="D" d="M100 0v2000h1200v-200h200v-1600h-200v-200h-1200zM700 400h200v1200h-200v-1200z" />
<glyph unicode="E" d="M100 0v2000h1400v-400h-800v-400h800v-400h-800v-400h800v-400h-1400z" />
<glyph unicode="F" d="M100 0v2000h1400v-400h-800v-400h800v-400h-800v-800h-600z" />
<glyph unicode="G" d="M100 0v2000h1400v-400h-800v-1200h200v800h600v-1200h-1400z" />
<glyph unicode="H" d="M100 0v2000h600v-800h200v800h600v-2000h-600v800h-200v-800h-600z" />
<glyph unicode="I" horiz-adv-x="800" d="M100 0v2000h600v-2000h-600z" />
<glyph unicode="J" horiz-adv-x="1400" d="M100 0v400h600v1600h600v-2000h-1200z" />
<glyph unicode="K" d="M100 0v2000h600v-800h200v800h600v-800h-200v-200h200v-1000h-600v800h-200v-800h-600z" />
<glyph unicode="L" horiz-adv-x="1400" d="M100 0v2000h600v-1600h600v-400h-1200z" />
<glyph unicode="M" horiz-adv-x="2200" d="M100 0v2000h600v-400h200v-400h400v400h200v400h600v-2000h-600v800h-200v-400h-400v400h-200v-800h-600z" />
<glyph unicode="N" horiz-adv-x="1800" d="M100 0v2000h600v-400h200v-400h200v800h600v-2000h-600v600h-200v400h-200v-1000h-600z" />
<glyph unicode="O" d="M100 0v2000h1400v-2000h-1400zM700 400h200v1200h-200v-1200z" />
<glyph unicode="P" d="M100 0v2000h1400v-1200h-800v-800h-600zM700 1200h200v400h-200v-400z" />
<glyph unicode="Q" d="M100 0v2000h1400v-1800h-200v-200h200v-400h-600v200h-200v200h-600zM700 400h200v1200h-200v-1200z" />
<glyph unicode="R" d="M100 0v2000h1400v-800h-200v-200h200v-1000h-600v800h-200v-800h-600zM700 1200h200v400h-200v-400z" />
<glyph unicode="S" d="M100 0v400h800v400h-800v1200h1400v-400h-800v-400h800v-1200h-1400z" />
<glyph unicode="T" d="M100 1600v400h1400v-400h-400v-1600h-600v1600h-400z" />
<glyph unicode="U" d="M100 0v2000h600v-1600h200v1600h600v-2000h-1400z" />
<glyph unicode="V" d="M100 600v1400h600v-1600h200v1600h600v-1400h-200v-400h-200v-200h-600v200h-200v400h-200z" />
<glyph unicode="W" horiz-adv-x="2200" d="M100 800v1200h600v-1200h200v800h400v-800h200v1200h600v-1200h-200v-800h-600v400h-400v-400h-600v800h-200z" />
<glyph unicode="X" d="M100 0v1000h200v200h-200v800h600v-800h200v800h600v-800h-200v-200h200v-1000h-600v800h-200v-800h-600z" />
<glyph unicode="Y" d="M100 800v1200h600v-800h200v800h600v-1200h-400v-800h-600v800h-400z" />
<glyph unicode="Z" d="M100 0v800h200v200h200v200h200v200h200v200h-800v400h1400v-800h-200v-200h-200v-200h-200v-200h-200v-200h800v-400h-1400z" />
<glyph unicode="[" horiz-adv-x="1000" d="M100 0v2000h800v-400h-200v-1200h200v-400h-800z" />
<glyph unicode="]" horiz-adv-x="1000" d="M100 0v400h200v1200h-200v400h800v-2000h-800z" />
<glyph unicode="a" d="M100 0v1000h800v200h-800v400h1400v-1600h-1400zM700 400h200v200h-200v-200z" />
<glyph unicode="b" d="M100 0v2000h600v-400h800v-1600h-1400zM700 400h200v800h-200v-800z" />
<glyph unicode="c" d="M100 0v1600h1400v-400h-800v-800h800v-400h-1400z" />
<glyph unicode="d" d="M100 0v1600h800v400h600v-2000h-1400zM700 400h200v800h-200v-800z" />
<glyph unicode="e" d="M100 0v1600h1400v-1000h-800v-200h800v-400h-1400zM700 1000h200v200h-200v-200z" />
<glyph unicode="f" horiz-adv-x="1200" d="M100 0v2000h1000v-400h-400v-200h400v-400h-400v-1000h-600z" />
<glyph unicode="g" d="M100 0h800v200h-800v1400h1400v-2000h-1400v400zM700 600h200v600h-200v-600z" />
<glyph unicode="h" d="M100 0v2000h600v-400h800v-1600h-600v1200h-200v-1200h-600z" />
<glyph unicode="i" horiz-adv-x="800" d="M100 8v1400h600v-1400h-600zM100 1600v400h600v-400h-600z" />
<glyph unicode="j" horiz-adv-x="1200" d="M100 0h400v1400h600v-1800h-1000v400zM500 1600v400h600v-400h-600z" />
<glyph unicode="k" d="M100 0v2000h600v-1000h200v600h600v-600h-200v-200h200v-800h-600v600h-200v-600h-600z" />
<glyph unicode="l" horiz-adv-x="800" d="M100 0v2000h600v-2000h-600z" />
<glyph unicode="m" horiz-adv-x="2400" d="M100 0v1600h1000v-200h200v200h1000v-1600h-600v1200h-200v-1200h-600v1200h-200v-1200h-600z" />
<glyph unicode="n" d="M100 0v1600h1400v-1600h-600v1200h-200v-1200h-600z" />
<glyph unicode="o" d="M100 0v1600h1400v-1600h-1400zM700 400h200v800h-200v-800z" />
<glyph unicode="p" d="M100 -600v2200h1400v-1600h-800v-600h-600zM700 400h200v800h-200v-800z" />
<glyph unicode="q" d="M100 0v1600h1400v-2200h-600v600h-800zM700 400h200v800h-200v-800z" />
<glyph unicode="r" horiz-adv-x="1400" d="M100 0v1600h1200v-400h-600v-1200h-600z" />
<glyph unicode="s" d="M100 0v400h800v200h-800v1000h1400v-400h-800v-200h800v-1000h-1400z" />
<glyph unicode="t" horiz-adv-x="1200" d="M100 0v2000h600v-400h400v-400h-400v-800h400v-400h-1000z" />
<glyph unicode="u" d="M100 0v1600h600v-1200h200v1200h600v-1600h-1400z" />
<glyph unicode="v" d="M100 600v1000h600v-1200h200v1200h600v-1000h-200v-400h-200v-200h-600v200h-200v400h-200z" />
<glyph unicode="w" horiz-adv-x="2200" d="M100 400v1200h600v-1000h200v800h400v-800h200v1000h600v-1200h-200v-400h-600v200h-400v-200h-600v400h-200z" />
<glyph unicode="x" d="M100 0v800h200v200h-200v600h600v-600h200v600h600v-600h-200v-200h200v-800h-600v600h-200v-600h-600z" />
<glyph unicode="y" d="M100 0h800v200h-800v1400h600v-1000h200v1000h600v-2000h-1400v400z" />
<glyph unicode="z" d="M100 0v600h200v200h200v200h200v200h-600v400h1400v-600h-200v-200h-200v-200h-200v-200h600v-400h-1400z" />
<glyph unicode="&#xa1;" horiz-adv-x="800" d="M100 8v1400h600v-1400h-600zM100 1600v400h600v-400h-600z" />
<glyph unicode="&#xad;" horiz-adv-x="1000" d="M100 792v400h800v-400h-800z" />
<glyph unicode="&#xbf;" d="M100 200v800h200v200h200v200h600v-400h-200v-200h-200v-400h800v-400h-1200v200h-200zM500 1600v400h600v-400h-600z" />
<glyph unicode="&#xc0;" d="M100 0v2000h1400v-2000h-600v800h-200v-800h-600zM300 2400v200h600v-200h200v-200h-600v200h-200zM700 1200h200v400h-200v-400z" />
<glyph unicode="&#xc1;" d="M100 0v2000h1400v-2000h-600v800h-200v-800h-600zM500 2200v200h200v200h600v-200h-200v-200h-600zM700 1200h200v400h-200v-400z" />
<glyph unicode="&#xc2;" d="M100 0v2000h1400v-2000h-600v800h-200v-800h-600zM100 2200v200h200v200h1000v-200h200v-200h-600v200h-200v-200h-600zM700 1200h200v400h-200v-400z" />
<glyph unicode="&#xc3;" d="M100 0v2000h1400v-2000h-600v800h-200v-800h-600zM100 2200v400h800v-200h200v200h400v-400h-800v200h-200v-200h-400zM700 1200h200v400h-200v-400z" />
<glyph unicode="&#xc4;" d="M100 0v2000h1400v-2000h-600v800h-200v-800h-600zM100 2200v400h600v-400h-600zM700 1200h200v400h-200v-400zM900 2200v400h600v-400h-600z" />
<glyph unicode="&#xc5;" d="M100 0v2000h1400v-2000h-600v800h-200v-800h-600zM500 2200v400h600v-400h-600zM700 1200h200v400h-200v-400z" />
<glyph unicode="&#xc6;" horiz-adv-x="2400" d="M100 0v2000h2200v-400h-800v-400h800v-400h-800v-400h800v-400h-1400v800h-200v-800h-600zM700 1200h200v400h-200v-400z" />
<glyph unicode="&#xc7;" d="M100 0v2000h1400v-400h-800v-1200h800v-400h-1400zM500 -400h200v200h600v-200h-200v-200h-600v200z" />
<glyph unicode="&#xc8;" d="M100 0v2000h1400v-400h-800v-400h800v-400h-800v-400h800v-400h-1400zM300 2400v200h600v-200h200v-200h-600v200h-200z" />
<glyph unicode="&#xc9;" d="M100 0v2000h1400v-400h-800v-400h800v-400h-800v-400h800v-400h-1400zM500 2200v200h200v200h600v-200h-200v-200h-600z" />
<glyph unicode="&#xca;" d="M100 0v2000h1400v-400h-800v-400h800v-400h-800v-400h800v-400h-1400zM100 2200v200h200v200h1000v-200h200v-200h-600v200h-200v-200h-600z" />
<glyph unicode="&#xcb;" d="M100 0v2000h1400v-400h-800v-400h800v-400h-800v-400h800v-400h-1400zM100 2200v400h600v-400h-600zM900 2200v400h600v-400h-600z" />
<glyph unicode="&#xcc;" horiz-adv-x="800" d="M-100 2400v200h600v-200h200v-200h-600v200h-200zM100 0v2000h600v-2000h-600z" />
<glyph unicode="&#xcd;" horiz-adv-x="800" d="M100 0v2000h600v-2000h-600zM100 2200v200h200v200h600v-200h-200v-200h-600z" />
<glyph unicode="&#xce;" d="M100 2200v200h200v200h1000v-200h200v-200h-600v200h-200v-200h-600zM500 0v2000h600v-2000h-600z" />
<glyph unicode="&#xcf;" d="M100 2200v400h600v-400h-600zM500 0v2000h600v-2000h-600zM900 2200v400h600v-400h-600z" />
<glyph unicode="&#xd1;" horiz-adv-x="1800" d="M100 0v2000h600v-400h200v-400h200v800h600v-2000h-600v600h-200v400h-200v-1000h-600zM100 2200v400h1000v-200h200v200h400v-400h-1000v200h-200v-200h-400z" />
<glyph unicode="&#xd2;" d="M100 0v2000h1400v-2000h-1400zM300 2400v200h600v-200h200v-200h-600v200h-200zM700 400h200v1200h-200v-1200z" />
<glyph unicode="&#xd3;" d="M100 0v2000h1400v-2000h-1400zM500 2200v200h200v200h600v-200h-200v-200h-600zM700 400h200v1200h-200v-1200z" />
<glyph unicode="&#xd4;" d="M100 0v2000h1400v-2000h-1400zM100 2200v200h200v200h1000v-200h200v-200h-600v200h-200v-200h-600zM700 400h200v1200h-200v-1200z" />
<glyph unicode="&#xd5;" d="M100 0v2000h1400v-2000h-1400zM100 2200v400h800v-200h200v200h400v-400h-800v200h-200v-200h-400zM700 400h200v1200h-200v-1200z" />
<glyph unicode="&#xd6;" d="M100 0v2000h1400v-2000h-1400zM100 2200v400h600v-400h-600zM700 400h200v1200h-200v-1200zM900 2200v400h600v-400h-600z" />
<glyph unicode="&#xd8;" horiz-adv-x="1800" d="M100 -8v2000h1600v-2000h-1600zM700 400h400v400h-200v-200h-200v-200zM700 1200h200v200h200v200h-400v-400z" />
<glyph unicode="&#xd9;" d="M100 0v2000h600v-1600h200v1600h600v-2000h-1400zM300 2400v200h600v-200h200v-200h-600v200h-200z" />
<glyph unicode="&#xda;" d="M100 0v2000h600v-1600h200v1600h600v-2000h-1400zM500 2200v200h200v200h600v-200h-200v-200h-600z" />
<glyph unicode="&#xdb;" d="M100 0v2000h600v-1600h200v1600h600v-2000h-1400zM100 2200v200h200v200h1000v-200h200v-200h-600v200h-200v-200h-600z" />
<glyph unicode="&#xdc;" d="M100 0v2000h600v-1600h200v1600h600v-2000h-1400zM100 2200v400h600v-400h-600zM900 2200v400h600v-400h-600z" />
<glyph unicode="&#xdd;" d="M100 800v1200h600v-800h200v800h600v-1200h-400v-800h-600v800h-400zM500 2200v200h200v200h600v-200h-200v-200h-600z" />
<glyph unicode="&#xde;" d="M100 0v2000h600v-400h800v-1200h-800v-400h-600zM700 800h200v400h-200v-400z" />
<glyph unicode="&#xdf;" horiz-adv-x="1800" d="M100 0v2000h1600v-800h-200v-200h200v-1000h-800v400l201 -1v400l-201 1v400h200v400h-400v-1600h-600z" />
<glyph unicode="&#xe0;" d="M100 0v1000h800v200h-800v400h1400v-1600h-1400zM300 2000v200h600v-200h200v-200h-600v200h-200zM700 400h200v200h-200v-200z" />
<glyph unicode="&#xe1;" d="M100 0v1000h800v200h-800v400h1400v-1600h-1400zM500 1800v200h200v200h600v-200h-200v-200h-600zM700 400h200v200h-200v-200z" />
<glyph unicode="&#xe2;" d="M100 0v1000h800v200h-800v400h1400v-1600h-1400zM100 1800v200h200v200h1000v-200h200v-200h-600v200h-200v-200h-600zM700 400h200v200h-200v-200z" />
<glyph unicode="&#xe3;" d="M100 0v1000h800v200h-800v400h1400v-1600h-1400zM100 1800v400h800v-200h200v200h400v-400h-800v200h-200v-200h-400zM700 400h200v200h-200v-200z" />
<glyph unicode="&#xe4;" d="M100 0v1000h800v200h-800v400h1400v-1600h-1400zM100 1800v400h600v-400h-600zM700 400h200v200h-200v-200zM900 1800v400h600v-400h-600z" />
<glyph unicode="&#xe5;" d="M100 0v1000h800v200h-800v400h1400v-1600h-1400zM500 1800v400h600v-400h-600zM700 400h200v200h-200v-200z" />
<glyph unicode="&#xe6;" horiz-adv-x="2400" d="M100 0v1000h800v200h-800v400h2200v-1000h-800v-200h800v-400h-2200zM700 400h200v200h-200v-200zM1500 1000h200v200h-200v-200z" />
<glyph unicode="&#xe7;" d="M100 0v1600h1400v-400h-800v-800h800v-400h-1400zM500 -400h200v200h600v-200h-200v-200h-600v200z" />
<glyph unicode="&#xe8;" d="M100 0v1600h1400v-1000h-800v-200h800v-400h-1400zM300 2000v200h600v-200h200v-200h-600v200h-200zM700 1000h200v200h-200v-200z" />
<glyph unicode="&#xe9;" d="M100 0v1600h1400v-1000h-800v-200h800v-400h-1400zM500 1800v200h200v200h600v-200h-200v-200h-600zM700 1000h200v200h-200v-200z" />
<glyph unicode="&#xea;" d="M100 0v1600h1400v-1000h-800v-200h800v-400h-1400zM100 1800v200h200v200h1000v-200h200v-200h-600v200h-200v-200h-600zM700 1000h200v200h-200v-200z" />
<glyph unicode="&#xeb;" d="M100 0v1600h1400v-1000h-800v-200h800v-400h-1400zM100 1800v400h600v-400h-600zM700 1000h200v200h-200v-200zM900 1800v400h600v-400h-600z" />
<glyph unicode="&#xec;" horiz-adv-x="800" d="M-100 2000v200h600v-200h200v-200h-600v200h-200zM100 0v1600h600v-1600h-600z" />
<glyph unicode="&#xed;" horiz-adv-x="800" d="M100 0v1600h600v-1600h-600zM100 1800v200h200v200h600v-200h-200v-200h-600z" />
<glyph unicode="&#xee;" d="M100 1800v200h200v200h1000v-200h200v-200h-600v200h-200v-200h-600zM500 0v1600h600v-1600h-600z" />
<glyph unicode="&#xef;" d="M100 1800v400h600v-400h-600zM500 0v1600h600v-1600h-600zM900 1800v400h600v-400h-600z" />
<glyph unicode="&#xf1;" d="M100 0v1600h1400v-1600h-600v1200h-200v-1200h-600zM100 1800v400h800v-200h200v200h400v-400h-800v200h-200v-200h-400z" />
<glyph unicode="&#xf2;" d="M100 0v1600h1400v-1600h-1400zM300 2000v200h600v-200h200v-200h-600v200h-200zM700 400h200v800h-200v-800z" />
<glyph unicode="&#xf3;" d="M100 0v1600h1400v-1600h-1400zM500 1800v200h200v200h600v-200h-200v-200h-600zM700 400h200v800h-200v-800z" />
<glyph unicode="&#xf4;" d="M100 0v1600h1400v-1600h-1400zM100 1800v200h200v200h1000v-200h200v-200h-600v200h-200v-200h-600zM700 400h200v800h-200v-800z" />
<glyph unicode="&#xf5;" d="M100 0v1600h1400v-1600h-1400zM100 1800v400h800v-200h200v200h400v-400h-800v200h-200v-200h-400zM700 400h200v800h-200v-800z" />
<glyph unicode="&#xf6;" d="M100 0v1600h1400v-1600h-1400zM100 1800v400h600v-400h-600zM700 400h200v800h-200v-800zM900 1800v400h600v-400h-600z" />
<glyph unicode="&#xf8;" horiz-adv-x="1800" d="M100 -8v1600h1600v-1600h-1600zM700 400h400v400h-200v-200h-200v-200zM700 800h200v200h200v200h-400v-400z" />
<glyph unicode="&#xf9;" d="M100 0v1600h600v-1200h200v1200h600v-1600h-1400zM300 2000v200h600v-200h200v-200h-600v200h-200z" />
<glyph unicode="&#xfa;" d="M100 0v1600h600v-1200h200v1200h600v-1600h-1400zM500 1800v200h200v200h600v-200h-200v-200h-600z" />
<glyph unicode="&#xfb;" d="M100 0v1600h600v-1200h200v1200h600v-1600h-1400zM100 1800v200h200v200h1000v-200h200v-200h-600v200h-200v-200h-600z" />
<glyph unicode="&#xfc;" d="M100 0v1600h600v-1200h200v1200h600v-1600h-1400zM100 1800v400h600v-400h-600zM900 1800v400h600v-400h-600z" />
<glyph unicode="&#xfd;" d="M100 0h800v200h-800v1400h600v-1000h200v1000h600v-2000h-1400v400zM500 1800v200h200v200h600v-200h-200v-200h-600z" />
<glyph unicode="&#xfe;" d="M100 -400v2400h600v-400h800v-1600h-800v-400h-600zM700 400h200v800h-200v-800z" />
<glyph unicode="&#xff;" d="M100 0h800v200h-800v1400h600v-1000h200v1000h600v-2000h-1400v400zM100 1800v400h600v-400h-600zM900 1800v400h600v-400h-600z" />
<glyph unicode="&#x152;" horiz-adv-x="2400" d="M100 0v2000h2200v-400h-800v-400h800v-400h-800v-400h800v-400h-2200zM700 400h200v1200h-200v-1200z" />
<glyph unicode="&#x153;" horiz-adv-x="2400" d="M100 0v1600h2200v-1000h-800v-200h800v-400h-2200zM700 400h200v800h-200v-800zM1500 1000h200v200h-200v-200z" />
<glyph unicode="&#x178;" d="M100 800v1200h600v-800h200v800h600v-1200h-400v-800h-600v800h-400zM100 2200v400h600v-400h-600zM900 2200v400h600v-400h-600z" />
<glyph unicode="&#x2000;" horiz-adv-x="1300" />
<glyph unicode="&#x2001;" horiz-adv-x="2600" />
<glyph unicode="&#x2002;" horiz-adv-x="1300" />
<glyph unicode="&#x2003;" horiz-adv-x="2600" />
<glyph unicode="&#x2004;" horiz-adv-x="866" />
<glyph unicode="&#x2005;" horiz-adv-x="650" />
<glyph unicode="&#x2006;" horiz-adv-x="433" />
<glyph unicode="&#x2007;" horiz-adv-x="433" />
<glyph unicode="&#x2008;" horiz-adv-x="325" />
<glyph unicode="&#x2009;" horiz-adv-x="520" />
<glyph unicode="&#x200a;" horiz-adv-x="144" />
<glyph unicode="&#x2010;" horiz-adv-x="1000" d="M100 792v400h800v-400h-800z" />
<glyph unicode="&#x2011;" horiz-adv-x="1000" d="M100 792v400h800v-400h-800z" />
<glyph unicode="&#x2012;" horiz-adv-x="1000" d="M100 792v400h800v-400h-800z" />
<glyph unicode="&#x2013;" horiz-adv-x="1000" d="M100 792v400h800v-400h-800z" />
<glyph unicode="&#x2014;" horiz-adv-x="1400" d="M100 792v400h1200v-400h-1200z" />
<glyph unicode="&#x2018;" horiz-adv-x="800" d="M100 1400v600h600v-400h-200v-200h200v-200h-400v200h-200z" />
<glyph unicode="&#x2019;" horiz-adv-x="800" d="M100 1200v200h200v200h-200v400h600v-600h-200v-200h-400z" />
<glyph unicode="&#x201c;" d="M100 1400v600h600v-400h-200v-200h200v-200h-400v200h-200zM900 1400v600h600v-400h-200v-200h200v-200h-400v200h-200z" />
<glyph unicode="&#x201d;" d="M100 1200v200h200v200h-200v400h600v-600h-200v-200h-400zM900 1200v200h200v200h-200v400h600v-600h-200v-200h-400z" />
<glyph unicode="&#x2026;" horiz-adv-x="2400" d="M100 1v400h600v-400h-600zM900 0v400h600v-400h-600zM1700 0v400h600v-400h-600z" />
<glyph unicode="&#x202f;" horiz-adv-x="520" />
<glyph unicode="&#x205f;" horiz-adv-x="650" />
<glyph unicode="&#x25fc;" d="M0 0v1600h1600v-1600h-1600z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

BIN
Files/shoot.ogg Normal file

Binary file not shown.

15
Files/stylesheet.css Normal file
View File

@ -0,0 +1,15 @@
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 24, 2014 */
@font-face {
font-family: 'minercraftoryregular';
src: url('minercraftory-webfont.eot');
src: url('minercraftory-webfont.eot?#iefix') format('embedded-opentype'),
url('minercraftory-webfont.woff') format('woff'),
url('minercraftory-webfont.ttf') format('truetype'),
url('minercraftory-webfont.svg#minercraftoryregular') format('svg');
font-weight: normal;
font-style: normal;
}

BIN
Files/warning.ogg Normal file

Binary file not shown.

BIN
Files/win.ogg Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

120
Layouts/End.xml Normal file
View File

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8" ?>
<c2layout>
<name>End</name>
<sid>3133945114517851</sid>
<event-sheet>EndEvents</event-sheet>
<size>
<width>854</width>
<height>480</height>
</size>
<margins>
<horizontal>500</horizontal>
<vertical>500</vertical>
</margins>
<unbounded-scrolling>0</unbounded-scrolling>
<layers>
<layer name="Layer 0" sid="5246928191608877">
<initially-visible>1</initially-visible>
<background-color>255,255,255</background-color>
<transparent>0</transparent>
<parallax>
<x>1</x>
<y>1</y>
</parallax>
<zoom-rate>1</zoom-rate>
<opacity>1</opacity>
<force-own-texture>0</force-own-texture>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<instances>
<instance type="GratsText" uid="13">
<properties>
<text>COMPLIMENTI!</text>
<initial-visibility>Visible</initial-visibility>
<font>Arial,-32,400,0</font>
<color>0,204,0</color>
<horizontal-alignment>Center</horizontal-alignment>
<vertical-alignment>Center</vertical-alignment>
<hotspot>Center</hotspot>
<wrapping>Word</wrapping>
<line-height>0</line-height>
</properties>
<behavior-instances>
<behavior-instance type="Flash" />
</behavior-instances>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>427</x>
<y>89.5</y>
<z>0</z>
<width>344</width>
<height>65</height>
<depth>0</depth>
<hotspotX>0.5</hotspotX>
<hotspotY>0.5</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
<instance type="FinishText" uid="14">
<properties>
<text>SEI RIUSCITO A DIVENTARE FAMOSO SU YOUTUBE</text>
<initial-visibility>Visible</initial-visibility>
<font>Arial,-21,400,0</font>
<color>0,0,0</color>
<horizontal-alignment>Center</horizontal-alignment>
<vertical-alignment>Center</vertical-alignment>
<hotspot>Center</hotspot>
<wrapping>Word</wrapping>
<line-height>0</line-height>
</properties>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>427</x>
<y>200</y>
<z>0</z>
<width>577</width>
<height>132</height>
<depth>0</depth>
<hotspotX>0.5</hotspotX>
<hotspotY>0.5</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
<instance type="StartText" uid="15">
<properties>
<text>PREMI INVIO PER GIOCARE ANCORA</text>
<initial-visibility>Visible</initial-visibility>
<font>Arial,-16</font>
<color>90,90,90</color>
<horizontal-alignment>Center</horizontal-alignment>
<vertical-alignment>Center</vertical-alignment>
<hotspot>Center</hotspot>
<wrapping>Word</wrapping>
<line-height>0</line-height>
</properties>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>427</x>
<y>426</y>
<z>0</z>
<width>490</width>
<height>28</height>
<depth>0</depth>
<hotspotX>0.5</hotspotX>
<hotspotY>0.5</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
</instances>
<effects />
</layer>
</layers>
<nonworld-instances />
<effects />
</c2layout>

473
Layouts/Game.xml Normal file
View File

@ -0,0 +1,473 @@
<?xml version="1.0" encoding="utf-8" ?>
<c2layout>
<name>Game</name>
<sid>8873350371196689</sid>
<event-sheet>GameEvents</event-sheet>
<size>
<width>854</width>
<height>480</height>
</size>
<margins>
<horizontal>500</horizontal>
<vertical>500</vertical>
</margins>
<unbounded-scrolling>0</unbounded-scrolling>
<layers>
<layer name="Background" sid="8722530541249526">
<initially-visible>1</initially-visible>
<background-color>60,60,60</background-color>
<transparent>0</transparent>
<parallax>
<x>1</x>
<y>1</y>
</parallax>
<zoom-rate>1</zoom-rate>
<opacity>1</opacity>
<force-own-texture>0</force-own-texture>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<instances>
<instance type="Background" uid="3">
<properties>
<initial-visibility>Visible</initial-visibility>
<hotspot>Top-left</hotspot>
</properties>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>0</x>
<y>0</y>
<z>0</z>
<width>1708</width>
<height>480</height>
<depth>0</depth>
<hotspotX>0</hotspotX>
<hotspotY>0</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
</instances>
<effects />
</layer>
<layer name="Bullets" sid="5272271849893265">
<initially-visible>1</initially-visible>
<background-color>255,255,255</background-color>
<transparent>1</transparent>
<parallax>
<x>1</x>
<y>1</y>
</parallax>
<zoom-rate>1</zoom-rate>
<opacity>1</opacity>
<force-own-texture>0</force-own-texture>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<instances>
<instance type="Poop" uid="1">
<properties>
<initial-visibility>Visible</initial-visibility>
<initial-animation>Default</initial-animation>
<initial-frame>0</initial-frame>
<collisions>Enabled</collisions>
</properties>
<behavior-instances>
<behavior-instance type="Bullet">
<properties>
<speed>400</speed>
<acceleration>0</acceleration>
<gravity>0</gravity>
<bounce-off-solids>No</bounce-off-solids>
<set-angle>Yes</set-angle>
<initial-state>Enabled</initial-state>
</properties>
</behavior-instance>
<behavior-instance type="DestroyOutsideLayout" />
</behavior-instances>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>121</x>
<y>-48</y>
<z>0</z>
<width>22.223211288</width>
<height>23.803941727</height>
<depth>0</depth>
<hotspotX>0.502092063</hotspotX>
<hotspotY>0.5</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
</instances>
<effects />
</layer>
<layer name="Bodies" sid="2524903146783228">
<initially-visible>1</initially-visible>
<background-color>255,255,255</background-color>
<transparent>1</transparent>
<parallax>
<x>1</x>
<y>1</y>
</parallax>
<zoom-rate>1</zoom-rate>
<opacity>1</opacity>
<force-own-texture>0</force-own-texture>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<instances>
<instance type="Lez89" uid="0">
<properties>
<initial-visibility>Visible</initial-visibility>
<initial-animation>Default</initial-animation>
<initial-frame>0</initial-frame>
<collisions>Enabled</collisions>
</properties>
<behavior-instances>
<behavior-instance type="8Direction">
<properties>
<max-speed>400</max-speed>
<acceleration>700</acceleration>
<deceleration>600</deceleration>
<directions>8 directions</directions>
<set-angle>No</set-angle>
<default-controls>Yes</default-controls>
<initial-state>Enabled</initial-state>
</properties>
</behavior-instance>
<behavior-instance type="BoundToLayout">
<properties>
<bound-by>Edge</bound-by>
</properties>
</behavior-instance>
<behavior-instance type="ScrollTo">
<properties>
<initial-state>Enabled</initial-state>
</properties>
</behavior-instance>
</behavior-instances>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>79</x>
<y>240</y>
<z>0</z>
<width>66.628051758</width>
<height>90.727554321</height>
<depth>0</depth>
<hotspotX>0.5</hotspotX>
<hotspotY>0.5</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
<instance type="Explosion" uid="5">
<properties>
<initial-visibility>Visible</initial-visibility>
<initial-animation>Default</initial-animation>
<initial-frame>0</initial-frame>
<collisions>Enabled</collisions>
</properties>
<behavior-instances>
<behavior-instance type="DestroyOutsideLayout" />
</behavior-instances>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>409</x>
<y>-77</y>
<z>0</z>
<width>108</width>
<height>121</height>
<depth>0</depth>
<hotspotX>0.5</hotspotX>
<hotspotY>0.504132211</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
<instance type="Bonus" uid="8">
<properties>
<initial-visibility>Invisible</initial-visibility>
<initial-animation>Default</initial-animation>
<initial-frame>0</initial-frame>
<collisions>Disabled</collisions>
</properties>
<behavior-instances>
<behavior-instance type="DestroyOutsideLayout" />
<behavior-instance type="Fade">
<properties>
<active-at-start>No</active-at-start>
<fade-in-time>1</fade-in-time>
<wait-time>0</wait-time>
<fade-out-time>0</fade-out-time>
<destroy>No</destroy>
</properties>
</behavior-instance>
</behavior-instances>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>427</x>
<y>235</y>
<z>0</z>
<width>64.830436707</width>
<height>78.975257874</height>
<depth>0</depth>
<hotspotX>0.5</hotspotX>
<hotspotY>0.5</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
<instance type="Enemy" uid="2">
<properties>
<initial-visibility>Visible</initial-visibility>
<initial-animation>Default</initial-animation>
<initial-frame>0</initial-frame>
<collisions>Enabled</collisions>
</properties>
<behavior-instances>
<behavior-instance type="DestroyOutsideLayout" />
<behavior-instance type="Bullet">
<properties>
<speed>-400</speed>
<acceleration>0</acceleration>
<gravity>0</gravity>
<bounce-off-solids>No</bounce-off-solids>
<set-angle>No</set-angle>
<initial-state>Enabled</initial-state>
</properties>
</behavior-instance>
</behavior-instances>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>290</x>
<y>-60</y>
<z>0</z>
<width>63.387695313</width>
<height>63.387695313</height>
<depth>0</depth>
<hotspotX>0.5</hotspotX>
<hotspotY>0.5</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
<instance type="Adblock" uid="11">
<properties>
<initial-visibility>Visible</initial-visibility>
<initial-animation>Default</initial-animation>
<initial-frame>0</initial-frame>
<collisions>Enabled</collisions>
</properties>
<instance-variables>
<health>300</health>
</instance-variables>
<behavior-instances>
<behavior-instance type="CustomMovement">
<properties>
<stepping-mode>None</stepping-mode>
<pixels-per-step>5</pixels-per-step>
<initial-state>Enabled</initial-state>
</properties>
</behavior-instance>
<behavior-instance type="DestroyOutsideLayout" />
<behavior-instance type="Solid">
<properties>
<initial-state>Enabled</initial-state>
</properties>
</behavior-instance>
<behavior-instance type="Fade">
<properties>
<active-at-start>No</active-at-start>
<fade-in-time>0</fade-in-time>
<wait-time>0</wait-time>
<fade-out-time>6</fade-out-time>
<destroy>After fade out</destroy>
</properties>
</behavior-instance>
</behavior-instances>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>1041</x>
<y>-171</y>
<z>0</z>
<width>276</width>
<height>276</height>
<depth>0</depth>
<hotspotX>0.5</hotspotX>
<hotspotY>0.5</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
</instances>
<effects />
</layer>
<layer name="GUI" sid="8126415342195002">
<initially-visible>1</initially-visible>
<background-color>255,255,255</background-color>
<transparent>1</transparent>
<parallax>
<x>1</x>
<y>1</y>
</parallax>
<zoom-rate>1</zoom-rate>
<opacity>1</opacity>
<force-own-texture>0</force-own-texture>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<instances>
<instance type="SubsText" uid="7">
<properties>
<text>Iscritti: 0</text>
<initial-visibility>Visible</initial-visibility>
<font>Arial,-16</font>
<color>255,255,255</color>
<horizontal-alignment>Left</horizontal-alignment>
<vertical-alignment>Top</vertical-alignment>
<hotspot>Top-left</hotspot>
<wrapping>Word</wrapping>
<line-height>0</line-height>
</properties>
<behavior-instances>
<behavior-instance type="Flash" />
<behavior-instance type="Swing">
<properties>
<activated>No</activated>
<start-angle>0</start-angle>
<rotation-angle>60</rotation-angle>
<max-speed>500</max-speed>
<acceleration>0</acceleration>
<deceleration>0</deceleration>
</properties>
</behavior-instance>
</behavior-instances>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>37</x>
<y>9</y>
<z>0</z>
<width>490</width>
<height>78</height>
<depth>0</depth>
<hotspotX>0</hotspotX>
<hotspotY>0</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
<instance type="BonusText" uid="9">
<properties>
<text>RACCOGLI IL BONUS</text>
<initial-visibility>Invisible</initial-visibility>
<font>Arial,-21,400,0</font>
<color>255,255,255</color>
<horizontal-alignment>Center</horizontal-alignment>
<vertical-alignment>Center</vertical-alignment>
<hotspot>Center</hotspot>
<wrapping>Word</wrapping>
<line-height>0</line-height>
</properties>
<behavior-instances>
<behavior-instance type="Fade">
<properties>
<active-at-start>No</active-at-start>
<fade-in-time>1</fade-in-time>
<wait-time>0</wait-time>
<fade-out-time>0</fade-out-time>
<destroy>No</destroy>
</properties>
</behavior-instance>
</behavior-instances>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>427</x>
<y>152</y>
<z>0</z>
<width>370</width>
<height>47</height>
<depth>0</depth>
<hotspotX>0.5</hotspotX>
<hotspotY>0.5</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
<instance type="WarningText" uid="10">
<properties>
<text>WARNING</text>
<initial-visibility>Invisible</initial-visibility>
<font>Arial,-32,400,0</font>
<color>255,0,0</color>
<horizontal-alignment>Center</horizontal-alignment>
<vertical-alignment>Center</vertical-alignment>
<hotspot>Center</hotspot>
<wrapping>Word</wrapping>
<line-height>0</line-height>
</properties>
<behavior-instances>
<behavior-instance type="Flash" />
</behavior-instances>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>427</x>
<y>235</y>
<z>0</z>
<width>292</width>
<height>61</height>
<depth>0</depth>
<hotspotX>0.5</hotspotX>
<hotspotY>0.5</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
<instance type="AdblockBullet" uid="12">
<properties>
<initial-visibility>Visible</initial-visibility>
<initial-animation>Default</initial-animation>
<initial-frame>0</initial-frame>
<collisions>Enabled</collisions>
</properties>
<behavior-instances>
<behavior-instance type="Bullet">
<properties>
<speed>-400</speed>
<acceleration>0</acceleration>
<gravity>0</gravity>
<bounce-off-solids>No</bounce-off-solids>
<set-angle>No</set-angle>
<initial-state>Enabled</initial-state>
</properties>
</behavior-instance>
<behavior-instance type="DestroyOutsideLayout" />
</behavior-instances>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>215</x>
<y>-60</y>
<z>0</z>
<width>41.255302429</width>
<height>41.255302429</height>
<depth>0</depth>
<hotspotX>0.5</hotspotX>
<hotspotY>0.5</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
</instances>
<effects />
</layer>
</layers>
<nonworld-instances />
<effects />
</c2layout>

View File

@ -1,184 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<c2layout>
<name>Layout 1</name>
<sid>8873350371196689</sid>
<event-sheet>Event sheet 1</event-sheet>
<size>
<width>854</width>
<height>480</height>
</size>
<margins>
<horizontal>500</horizontal>
<vertical>500</vertical>
</margins>
<unbounded-scrolling>0</unbounded-scrolling>
<layers>
<layer name="Background" sid="8722530541249526">
<initially-visible>1</initially-visible>
<background-color>60,60,60</background-color>
<transparent>0</transparent>
<parallax>
<x>1</x>
<y>1</y>
</parallax>
<zoom-rate>1</zoom-rate>
<opacity>1</opacity>
<force-own-texture>0</force-own-texture>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<instances />
<effects />
</layer>
<layer name="Bullets" sid="5272271849893265">
<initially-visible>1</initially-visible>
<background-color>255,255,255</background-color>
<transparent>1</transparent>
<parallax>
<x>1</x>
<y>1</y>
</parallax>
<zoom-rate>1</zoom-rate>
<opacity>1</opacity>
<force-own-texture>0</force-own-texture>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<instances>
<instance type="Poop" uid="1">
<properties>
<initial-visibility>Visible</initial-visibility>
<initial-animation>Default</initial-animation>
<initial-frame>0</initial-frame>
<collisions>Enabled</collisions>
</properties>
<behavior-instances>
<behavior-instance type="Bullet">
<properties>
<speed>400</speed>
<acceleration>0</acceleration>
<gravity>0</gravity>
<bounce-off-solids>No</bounce-off-solids>
<set-angle>Yes</set-angle>
<initial-state>Enabled</initial-state>
</properties>
</behavior-instance>
<behavior-instance type="DestroyOutsideLayout" />
</behavior-instances>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>110</x>
<y>-82</y>
<z>0</z>
<width>22.223211288</width>
<height>23.803941727</height>
<depth>0</depth>
<hotspotX>0.502092063</hotspotX>
<hotspotY>0.5</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
<instance type="Xbox" uid="2">
<properties>
<initial-visibility>Visible</initial-visibility>
<initial-animation>Default</initial-animation>
<initial-frame>0</initial-frame>
<collisions>Enabled</collisions>
</properties>
<behavior-instances>
<behavior-instance type="DestroyOutsideLayout" />
<behavior-instance type="Bullet">
<properties>
<speed>-400</speed>
<acceleration>0</acceleration>
<gravity>0</gravity>
<bounce-off-solids>No</bounce-off-solids>
<set-angle>No</set-angle>
<initial-state>Enabled</initial-state>
</properties>
</behavior-instance>
</behavior-instances>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>777</x>
<y>81</y>
<z>0</z>
<width>63.387695313</width>
<height>63.387695313</height>
<depth>0</depth>
<hotspotX>0.5</hotspotX>
<hotspotY>0.5</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
</instances>
<effects />
</layer>
<layer name="Bodies" sid="2524903146783228">
<initially-visible>1</initially-visible>
<background-color>255,255,255</background-color>
<transparent>1</transparent>
<parallax>
<x>1</x>
<y>1</y>
</parallax>
<zoom-rate>1</zoom-rate>
<opacity>1</opacity>
<force-own-texture>0</force-own-texture>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<instances>
<instance type="Lez89" uid="0">
<properties>
<initial-visibility>Visible</initial-visibility>
<initial-animation>Default</initial-animation>
<initial-frame>0</initial-frame>
<collisions>Enabled</collisions>
</properties>
<behavior-instances>
<behavior-instance type="8Direction">
<properties>
<max-speed>300</max-speed>
<acceleration>700</acceleration>
<deceleration>600</deceleration>
<directions>8 directions</directions>
<set-angle>No</set-angle>
<default-controls>Yes</default-controls>
<initial-state>Enabled</initial-state>
</properties>
</behavior-instance>
<behavior-instance type="BoundToLayout">
<properties>
<bound-by>Edge</bound-by>
</properties>
</behavior-instance>
<behavior-instance type="ScrollTo">
<properties>
<initial-state>Enabled</initial-state>
</properties>
</behavior-instance>
</behavior-instances>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>79.046173096</x>
<y>206.530944824</y>
<z>0</z>
<width>66.628051758</width>
<height>90.727554321</height>
<depth>0</depth>
<hotspotX>0.5</hotspotX>
<hotspotY>0.5</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
</instances>
<effects />
</layer>
</layers>
<nonworld-instances />
<effects />
</c2layout>

176
Layouts/Start.xml Normal file
View File

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="utf-8" ?>
<c2layout>
<name>Start</name>
<sid>1227666377252674</sid>
<event-sheet>StartEvents</event-sheet>
<size>
<width>854</width>
<height>480</height>
</size>
<margins>
<horizontal>500</horizontal>
<vertical>500</vertical>
</margins>
<unbounded-scrolling>0</unbounded-scrolling>
<layers>
<layer name="Layer 0" sid="3474141811204221">
<initially-visible>1</initially-visible>
<background-color>60,60,60</background-color>
<transparent>0</transparent>
<parallax>
<x>1</x>
<y>1</y>
</parallax>
<zoom-rate>1</zoom-rate>
<opacity>1</opacity>
<force-own-texture>0</force-own-texture>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<instances>
<instance type="Background" uid="18">
<properties>
<initial-visibility>Visible</initial-visibility>
<hotspot>Top-left</hotspot>
</properties>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>0</x>
<y>0</y>
<z>0</z>
<width>1708</width>
<height>480</height>
<depth>0</depth>
<hotspotX>0</hotspotX>
<hotspotY>0</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
</instances>
<effects />
</layer>
<layer name="Layer 1" sid="103563482121338">
<initially-visible>1</initially-visible>
<background-color>255,255,255</background-color>
<transparent>1</transparent>
<parallax>
<x>1</x>
<y>1</y>
</parallax>
<zoom-rate>1</zoom-rate>
<opacity>1</opacity>
<force-own-texture>0</force-own-texture>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<instances>
<instance type="Sprite" uid="16">
<properties>
<initial-visibility>Visible</initial-visibility>
<initial-animation>Default</initial-animation>
<initial-frame>0</initial-frame>
<collisions>Enabled</collisions>
</properties>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>138</x>
<y>78</y>
<z>0</z>
<width>92.471954346</width>
<height>125.919258118</height>
<depth>0</depth>
<hotspotX>0.5</hotspotX>
<hotspotY>0.5</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
<instance type="TitleText" uid="17">
<properties>
<text>LEZ89&apos;S ADVENTURES</text>
<initial-visibility>Visible</initial-visibility>
<font>Arial,-32,400,0</font>
<color>255,255,255</color>
<horizontal-alignment>Center</horizontal-alignment>
<vertical-alignment>Center</vertical-alignment>
<hotspot>Center</hotspot>
<wrapping>Word</wrapping>
<line-height>0</line-height>
</properties>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>427</x>
<y>83</y>
<z>0</z>
<width>605</width>
<height>61</height>
<depth>0</depth>
<hotspotX>0.5</hotspotX>
<hotspotY>0.5</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
<instance type="StartText" uid="20">
<properties>
<text>PREMI INVIO PER COMINCIARE</text>
<initial-visibility>Visible</initial-visibility>
<font>Arial,-16</font>
<color>210,210,210</color>
<horizontal-alignment>Center</horizontal-alignment>
<vertical-alignment>Center</vertical-alignment>
<hotspot>Center</hotspot>
<wrapping>Word</wrapping>
<line-height>0</line-height>
</properties>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>427</x>
<y>419</y>
<z>0</z>
<width>490</width>
<height>28</height>
<depth>0</depth>
<hotspotX>0.5</hotspotX>
<hotspotY>0.5</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
<instance type="LinkText" uid="22">
<properties>
<text>HTTPS://WWW.FACEBOOK.COM/LEZ89</text>
<initial-visibility>Visible</initial-visibility>
<font>Arial,-16,400,0</font>
<color>255,255,0</color>
<horizontal-alignment>Left</horizontal-alignment>
<vertical-alignment>Top</vertical-alignment>
<hotspot>Top-left</hotspot>
<wrapping>Word</wrapping>
<line-height>0</line-height>
</properties>
<blend-mode>0</blend-mode>
<effect-fallback>0</effect-fallback>
<world>
<x>240</x>
<y>100</y>
<z>0</z>
<width>359</width>
<height>29</height>
<depth>0</depth>
<hotspotX>0</hotspotX>
<hotspotY>0</hotspotY>
<angle>0</angle>
<opacity>1</opacity>
</world>
</instance>
</instances>
<effects />
</layer>
</layers>
<nonworld-instances />
<effects />
</c2layout>

View File

@ -10,14 +10,25 @@
<unique-id>2m2oqhlgof90t</unique-id>
<saved-with-version>16300</saved-with-version>
<used-plugins>
<plugin author="Scirra" id="Audio" version="1">Audio</plugin>
<plugin author="Scirra" id="Browser" version="1">Browser</plugin>
<plugin author="Scirra" id="Keyboard" version="1">Keyboard</plugin>
<plugin author="Scirra" id="Mouse" version="1">Mouse</plugin>
<plugin author="Scirra" id="Sprite" version="1">Sprite</plugin>
<plugin author="Scirra" id="Text" version="1">Text</plugin>
<plugin author="Scirra" id="TiledBg" version="1">Tiled Background</plugin>
</used-plugins>
<used-behaviors>
<behavior author="Scirra" id="Bullet" version="1">Bullet</behavior>
<behavior author="Scirra" id="EightDir" version="1">8 Direction</behavior>
<behavior author="Scirra" id="Fade" version="1">Fade</behavior>
<behavior author="Scirra" id="Flash" version="1">Flash</behavior>
<behavior author="Rex.Rainbow" id="Rex_Swing" version="1">Swing</behavior>
<behavior author="Scirra" id="bound" version="1">Bound to layout</behavior>
<behavior author="Scirra" id="custom" version="1">Custom Movement</behavior>
<behavior author="Scirra" id="destroy" version="1">Destroy outside layout</behavior>
<behavior author="Scirra" id="scrollto" version="1">Scroll To</behavior>
<behavior author="Scirra" id="solid" version="1">Solid</behavior>
</used-behaviors>
<used-effects />
<configurations>
@ -28,13 +39,14 @@
<height>480</height>
</window-size>
<pixel-rounding>0</pixel-rounding>
<first-layout>Start</first-layout>
<use-loader-layout>0</use-loader-layout>
<configuration-settings>
<prop name="Clear background">Yes</prop>
<prop name="Enable WebGL">On</prop>
<prop name="Enable WebGL">Off</prop>
<prop name="Fullscreen in browser">Letterbox scale</prop>
<prop name="Fullscreen scaling">High quality</prop>
<prop name="Loader style">Progress bar only</prop>
<prop name="Loader style">Progress bar &amp; logo</prop>
<prop name="Orientations">Landscape</prop>
<prop name="Pause on unfocus">No</prop>
<prop name="Physics engine">Box2D web</prop>
@ -60,6 +72,8 @@
<animation framecount="1" loop="0" name="Default" pingpong="0" repeatcount="1" repeatto="0" sid="413848378483479" speed="5">
<frame duration="1" hotspotX="0.5" hotspotY="0.5">
<image-point name="PoopSpawn" x="0.989362" y="0.730469" />
<image-point name="Imagepoint 2" x="0.994681" y="0.519531" />
<image-point name="Imagepoint 3" x="0.989362" y="0.945313" />
<collision-poly>
<point x="0.148936" y="0.109375" />
<point x="0.5" y="0.00390625" />
@ -101,7 +115,7 @@
</animation>
</animation-folder>
</object-type>
<object-type name="Xbox" sid="8026790236078071">
<object-type name="Enemy" sid="8026790236078071">
<plugin id="Sprite" />
<behaviors>
<behavior-type name="DestroyOutsideLayout" sid="8068644864286329">
@ -112,7 +126,7 @@
</behavior-type>
</behaviors>
<animation-folder expanded="1">
<animation framecount="1" loop="0" name="Default" pingpong="0" repeatcount="1" repeatto="0" sid="9361271875818973" speed="5">
<animation framecount="11" loop="0" name="Default" pingpong="0" repeatcount="1" repeatto="0" sid="9361271875818973" speed="0">
<frame duration="1" hotspotX="0.5" hotspotY="0.5">
<collision-poly>
<point x="0.148438" y="0.148438" />
@ -125,20 +139,398 @@
<point x="0" y="0.5" />
</collision-poly>
</frame>
<frame duration="1" hotspotX="0.5" hotspotY="0.5">
<collision-poly>
<point x="0.375" y="0.484848" />
<point x="0.5" y="0.040404" />
<point x="0.773438" y="0.292929" />
<point x="0.765625" y="0.5" />
<point x="0.878906" y="0.843434" />
<point x="0.5" y="0.984848" />
<point x="0.105469" y="0.863636" />
<point x="0.375" y="0.5" />
</collision-poly>
</frame>
<frame duration="1" hotspotX="0.5" hotspotY="0.5">
<collision-poly>
<point x="0.377273" y="0.324219" />
<point x="0.5" y="0.00390625" />
<point x="0.713636" y="0.246094" />
<point x="0.877273" y="0.5" />
<point x="0.872727" y="0.890625" />
<point x="0.5" y="0.90625" />
<point x="0.118182" y="0.898438" />
<point x="0.254545" y="0.5" />
</collision-poly>
</frame>
<frame duration="1" hotspotX="0.5" hotspotY="0.5">
<collision-poly>
<point x="0.25" y="0.140625" />
<point x="0.5" y="0.0390625" />
<point x="0.694444" y="0.171875" />
<point x="0.736111" y="0.5" />
<point x="0.840278" y="0.910156" />
<point x="0.5" y="0.515625" />
<point x="0.201389" y="0.886719" />
<point x="0.263889" y="0.5" />
</collision-poly>
</frame>
<frame duration="1" hotspotX="0.5" hotspotY="0.5">
<collision-poly>
<point x="0.015625" y="0.0571429" />
<point x="0.5" y="0.428571" />
<point x="0.992188" y="0.0285714" />
<point x="0.964844" y="0.5" />
<point x="0.835938" y="0.4" />
<point x="0.5" y="0.657143" />
<point x="0.09375" y="0.657143" />
<point x="0" y="0.5" />
</collision-poly>
</frame>
<frame duration="1" hotspotX="0.5" hotspotY="0.5">
<collision-poly>
<point x="0.154867" y="0.136719" />
<point x="0.5" y="0.09375" />
<point x="0.845133" y="0.136719" />
<point x="0.986726" y="0.5" />
<point x="0.880531" y="0.894531" />
<point x="0.5" y="0.917969" />
<point x="0.115044" y="0.898438" />
<point x="0.00442478" y="0.5" />
</collision-poly>
</frame>
<frame duration="1" hotspotX="0.5" hotspotY="0.501961">
<collision-poly>
<point x="0.101563" y="0.101961" />
<point x="0.5" y="0" />
<point x="0.898438" y="0.101961" />
<point x="1" y="0.498039" />
<point x="0.890625" y="0.890196" />
<point x="0.5" y="1" />
<point x="0.109375" y="0.890196" />
<point x="0" y="0.498039" />
</collision-poly>
</frame>
<frame duration="1" hotspotX="0.5" hotspotY="0.5">
<collision-poly>
<point x="0.183594" y="0.183594" />
<point x="0.5" y="0.0546875" />
<point x="0.816406" y="0.183594" />
<point x="0.949219" y="0.5" />
<point x="0.828125" y="0.828125" />
<point x="0.5" y="0.96875" />
<point x="0.171875" y="0.828125" />
<point x="0.0546875" y="0.5" />
</collision-poly>
</frame>
<frame duration="1" hotspotX="0.502058" hotspotY="0.5">
<collision-poly>
<point x="0.131687" y="0.125" />
<point x="0.497942" y="0.015625" />
<point x="0.847737" y="0.144531" />
<point x="0.99177" y="0.5" />
<point x="0.860082" y="0.867188" />
<point x="0.497942" y="0.972656" />
<point x="0.17284" y="0.835938" />
<point x="0.037037" y="0.5" />
</collision-poly>
</frame>
<frame duration="1" hotspotX="0.5" hotspotY="0.502762">
<collision-poly>
<point x="0.121094" y="0.171271" />
<point x="0.5" y="0.220994" />
<point x="0.910156" y="0.127072" />
<point x="0.871094" y="0.497238" />
<point x="0.808594" y="0.729282" />
<point x="0.5" y="0.729282" />
<point x="0.171875" y="0.756906" />
<point x="0.101563" y="0.497238" />
</collision-poly>
</frame>
<frame duration="1" hotspotX="0.5" hotspotY="0.5">
<collision-poly>
<point x="0.108" y="0.108" />
<point x="0.5" y="0.008" />
<point x="0.888" y="0.112" />
<point x="0.904" y="0.5" />
<point x="0.756" y="0.756" />
<point x="0.5" y="0.956" />
<point x="0.24" y="0.76" />
<point x="0.092" y="0.5" />
</collision-poly>
</frame>
</animation>
</animation-folder>
</object-type>
<object-type name="Background" sid="1919909108682243">
<plugin id="TiledBg" />
<texture />
</object-type>
<object-type name="Browser" sid="8356019730894607">
<plugin id="Browser" />
</object-type>
<object-type name="Explosion" sid="5387268089693611">
<plugin id="Sprite" />
<behaviors>
<behavior-type name="DestroyOutsideLayout" sid="1020623870551753">
<behavior id="destroy" />
</behavior-type>
</behaviors>
<animation-folder expanded="1">
<animation framecount="25" loop="0" name="Default" pingpong="0" repeatcount="1" repeatto="0" sid="171067259567655" speed="20">
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
<frame duration="1" hotspotX="0.5" hotspotY="0.504132" />
</animation>
</animation-folder>
</object-type>
<object-type name="Audio" sid="8720128175420042">
<plugin id="Audio" />
</object-type>
<object-type name="SubsText" sid="8621075023729253">
<plugin id="Text" />
<behaviors>
<behavior-type name="Flash" sid="9669942885900774">
<behavior id="Flash" />
</behavior-type>
<behavior-type name="Swing" sid="6699939695185223">
<behavior id="Rex_Swing" />
</behavior-type>
</behaviors>
</object-type>
<object-type name="Bonus" sid="2984282969101418">
<plugin id="Sprite" />
<behaviors>
<behavior-type name="DestroyOutsideLayout" sid="9446101514202157">
<behavior id="destroy" />
</behavior-type>
<behavior-type name="Fade" sid="5700854173025077">
<behavior id="Fade" />
</behavior-type>
</behaviors>
<animation-folder expanded="1">
<animation framecount="1" loop="0" name="Default" pingpong="0" repeatcount="1" repeatto="0" sid="9796663781222796" speed="5">
<frame duration="1" hotspotX="0.5" hotspotY="0.5">
<collision-poly>
<point x="0.145455" y="0.119403" />
<point x="0.5" y="0.0149254" />
<point x="0.836364" y="0.134328" />
<point x="0.981818" y="0.5" />
<point x="0.763636" y="0.80597" />
<point x="0.5" y="0.985075" />
<point x="0.154545" y="0.873134" />
<point x="0.0818182" y="0.5" />
</collision-poly>
</frame>
</animation>
</animation-folder>
</object-type>
<object-type name="BonusText" sid="9836462656744235">
<plugin id="Text" />
<behaviors>
<behavior-type name="Fade" sid="9210232877503431">
<behavior id="Fade" />
</behavior-type>
</behaviors>
</object-type>
<object-type name="WarningText" sid="4722656918386113">
<plugin id="Text" />
<behaviors>
<behavior-type name="Flash" sid="640210269328163">
<behavior id="Flash" />
</behavior-type>
</behaviors>
</object-type>
<object-type name="Adblock" sid="5255811457943186">
<plugin id="Sprite" />
<instance-variables>
<instance-variable name="health" sid="7535824398726786" type="number" />
</instance-variables>
<behaviors>
<behavior-type name="CustomMovement" sid="4323974136276588">
<behavior id="custom" />
</behavior-type>
<behavior-type name="DestroyOutsideLayout" sid="7072959828301762">
<behavior id="destroy" />
</behavior-type>
<behavior-type name="Solid" sid="1775799758714506">
<behavior id="solid" />
</behavior-type>
<behavior-type name="Fade" sid="5802324573365293">
<behavior id="Fade" />
</behavior-type>
</behaviors>
<animation-folder expanded="1">
<animation framecount="1" loop="0" name="Default" pingpong="0" repeatcount="1" repeatto="0" sid="1726509741389114" speed="5">
<frame duration="1" hotspotX="0.5" hotspotY="0.5">
<image-point name="Spawn1" x="0.163043" y="0.119565" />
<image-point name="Spawn2" x="-0.00362319" y="0.481884" />
<image-point name="Spawn3" x="0.123188" y="0.844203" />
<image-point name="Imagepoint 4" x="0.735507" y="0.195652" />
<image-point name="Imagepoint 5" x="0.253623" y="0.297101" />
<image-point name="Imagepoint 6" x="0.442029" y="0.224638" />
<image-point name="Imagepoint 7" x="0.778986" y="0.5" />
<image-point name="Imagepoint 8" x="0.481884" y="0.481884" />
<image-point name="Imagepoint 9" x="0.278986" y="0.735507" />
<image-point name="Imagepoint 10" x="0.456522" y="0.833333" />
<image-point name="Imagepoint 11" x="0.771739" y="0.721014" />
<collision-poly>
<point x="0.144928" y="0.144928" />
<point x="0.5" y="0.00362319" />
<point x="0.855072" y="0.144928" />
<point x="0.996377" y="0.5" />
<point x="0.855072" y="0.855072" />
<point x="0.5" y="0.996377" />
<point x="0.144928" y="0.855072" />
<point x="0.00362319" y="0.5" />
</collision-poly>
</frame>
</animation>
</animation-folder>
</object-type>
<object-type name="AdblockBullet" sid="863451549317609">
<plugin id="Sprite" />
<behaviors>
<behavior-type name="Bullet" sid="6772723387697673">
<behavior id="Bullet" />
</behavior-type>
<behavior-type name="DestroyOutsideLayout" sid="7082481264057991">
<behavior id="destroy" />
</behavior-type>
</behaviors>
<animation-folder expanded="1">
<animation framecount="1" loop="0" name="Default" pingpong="0" repeatcount="1" repeatto="0" sid="1195021884814577" speed="5">
<frame duration="1" hotspotX="0.5" hotspotY="0.5">
<collision-poly>
<point x="0.144928" y="0.144928" />
<point x="0.5" y="0.00362319" />
<point x="0.855072" y="0.144928" />
<point x="0.996377" y="0.5" />
<point x="0.855072" y="0.855072" />
<point x="0.5" y="0.996377" />
<point x="0.144928" y="0.855072" />
<point x="0.00362319" y="0.5" />
</collision-poly>
</frame>
</animation>
</animation-folder>
</object-type>
<object-type name="GratsText" sid="3206606134635703">
<plugin id="Text" />
<behaviors>
<behavior-type name="Flash" sid="9808281915165964">
<behavior id="Flash" />
</behavior-type>
</behaviors>
</object-type>
<object-type name="FinishText" sid="168331736656012">
<plugin id="Text" />
</object-type>
<object-type name="StartText" sid="652167862346393">
<plugin id="Text" />
</object-type>
<object-type name="Sprite" sid="5564420012020937">
<plugin id="Sprite" />
<animation-folder expanded="1">
<animation framecount="1" loop="0" name="Default" pingpong="0" repeatcount="1" repeatto="0" sid="6083640880878891" speed="5">
<frame duration="1" hotspotX="0.5" hotspotY="0.5">
<collision-poly>
<point x="0.148936" y="0.109375" />
<point x="0.5" y="0.00390625" />
<point x="0.851064" y="0.109375" />
<point x="0.962766" y="0.5" />
<point x="0.851064" y="0.890625" />
<point x="0.5" y="0.976563" />
<point x="0.207447" y="0.847656" />
<point x="0.0265957" y="0.5" />
</collision-poly>
</frame>
</animation>
</animation-folder>
</object-type>
<object-type name="TitleText" sid="9504865052378492">
<plugin id="Text" />
</object-type>
<object-type name="Keyboard" sid="1631390689002809">
<plugin id="Keyboard" />
</object-type>
<object-type name="Mouse" sid="1347481341115077">
<plugin id="Mouse" />
</object-type>
<object-type name="LinkText" sid="397294038028904">
<plugin id="Text" />
</object-type>
</object-folder>
<families />
<layout-folder expanded="1">
<layout>Layout 1.xml</layout>
<layout>Game.xml</layout>
<layout>End.xml</layout>
<layout>Start.xml</layout>
</layout-folder>
<event-folder expanded="1">
<event-sheet>Event sheet 1.xml</event-sheet>
<event-sheet>GameEvents.xml</event-sheet>
<event-sheet>EndEvents.xml</event-sheet>
<event-sheet>StartEvents.xml</event-sheet>
</event-folder>
<global-instances />
<sounds-folder expanded="1" />
<music-folder expanded="1" />
<global-instances>
<global-instance type="Browser" uid="4" />
<global-instance type="Audio" uid="6">
<properties>
<timescale-audio>Off</timescale-audio>
<saveload>All</saveload>
<positioned-audio></positioned-audio>
<panning-model>HRTF</panning-model>
<distance-model>Inverse</distance-model>
<listener-z-height>600</listener-z-height>
<reference-distance>600</reference-distance>
<maximum-distance>10000</maximum-distance>
<roll-off-factor>1</roll-off-factor>
<speed-of-sound>5000</speed-of-sound>
<doppler-factor>1</doppler-factor>
</properties>
</global-instance>
<global-instance type="Keyboard" uid="19" />
<global-instance type="Mouse" uid="21" />
</global-instances>
<sounds-folder expanded="1">
<file name="explosion.m4a" />
<file name="explosion.ogg" />
<file name="explosion.wav" />
<file name="shoot.ogg" />
<file name="Lezzo.m4a" />
<file name="Lezzo.ogg" />
<file name="Lezzo.wav" />
<file name="kiss.m4a" />
<file name="kiss.ogg" />
<file name="kiss.wav" />
<file name="warning.ogg" />
</sounds-folder>
<music-folder expanded="1">
<file name="Get-out-of-there.ogg" />
<file name="win.ogg" />
</music-folder>
<files-folder expanded="1">
<file-folder expanded="0" name="Icons">
<file name="icon-16.png" />
@ -148,11 +540,10 @@
<file name="icon-256.png" />
<file name="loading-logo.png" />
</file-folder>
<file name="lez89.png" />
<file name="poop.png" />
<file name="scienziatobm.png" />
<file name="Playstation_logo.png" />
<file name="Tux.png" />
<file name="xbox.png" />
<file name="minercraftory-webfont.eot" />
<file name="minercraftory-webfont.svg" />
<file name="minercraftory-webfont.ttf" />
<file name="minercraftory-webfont.woff" />
<file name="stylesheet.css" />
</files-folder>
</c2project>

Binary file not shown.

Binary file not shown.

BIN
Textures/Background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB