Skip to content

Commit

Permalink
music for levels 1 and 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Clark Reilly authored and Clark Reilly committed Apr 25, 2016
1 parent b0305ea commit 33f3845
Show file tree
Hide file tree
Showing 35 changed files with 3,438 additions and 0 deletions.
Binary file added Animations/BalloonSprite/Default/000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Animations/EnemyWallBottom/Default/000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Animations/EnemyWallLeft/Default/000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Animations/EnemyWallRight/Default/000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Animations/EnemyWallTop/Default/000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Animations/Hitbox/Default/000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Animations/Level1Advance/Default/000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Animations/Level2Advance/Default/000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Animations/RatSprite/Default/000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Animations/Sludge/Default/000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Animations/SludgeProjectile/Default/000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Animations/SludgeTurret/Default/000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/SoundEffects/music/level 1 music.wav
Binary file not shown.
Binary file added Assets/SoundEffects/music/level 3 music.wav
Binary file not shown.
Binary file added BalloonClarkver.capx
Binary file not shown.
38 changes: 38 additions & 0 deletions Event sheets/Event sheet 1.uistate.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="utf-8" ?>
<c2uistate>
<!--This is a UI state file - its content describes the user interface settings when the event sheet was last open.
It is entirely optional and the project will load without it. If you are placing the project under source control,
you probably do not want to add any .uistate.xml files to the repository.-->
<show-addaction-links>1</show-addaction-links>
<scroll-pos>3354</scroll-pos>
<conditions-column>546</conditions-column>
<actions-namecolumn>66</actions-namecolumn>
<condition-namecolumns>
<nest>226</nest>
<nest>80</nest>
<nest>80</nest>
<nest>77</nest>
<nest>59</nest>
<nest>41</nest>
<nest>35</nest>
<nest>35</nest>
<nest>35</nest>
<nest>35</nest>
<nest>35</nest>
<nest>35</nest>
<nest>35</nest>
<nest>35</nest>
<nest>35</nest>
<nest>35</nest>
<nest>35</nest>
<nest>35</nest>
<nest>35</nest>
<nest>35</nest>
<nest>35</nest>
<nest>35</nest>
<nest>35</nest>
<nest>32</nest>
<nest>28</nest>
</condition-namecolumns>
<events />
</c2uistate>
592 changes: 592 additions & 0 deletions Event sheets/Event sheet 1.xml

Large diffs are not rendered by default.

Binary file added Files/icon-114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Files/icon-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Files/icon-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Files/icon-256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Files/icon-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Files/loading-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions Layouts/Level 1.uistate.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8" ?>
<c2uistate>
<!--This is a UI state file - its content describes the user interface settings when the layout was last open.
It is entirely optional and the project will load without it. If you are placing the project under source control,
you probably do not want to add any .uistate.xml files to the repository.-->
<camera>
<position-x>290.291</position-x>
<position-y>619.562</position-y>
<position-z>55.0595</position-z>
<lookat-x>290.291</lookat-x>
<lookat-y>619.562</lookat-y>
<lookat-z>0</lookat-z>
</camera>
<snap-to-grid>1</snap-to-grid>
<show-grid>0</show-grid>
<snap-width>16</snap-width>
<snap-height>16</snap-height>
<show-collision-polys>0</show-collision-polys>
<translucent-inactive-layers>0</translucent-inactive-layers>
<properties>
<property expanded="1" name="Layout properties" />
<property expanded="0" name="Layout Size" />
<property expanded="0" name="Margins" />
<property expanded="1" name="Effects" />
</properties>
<active-layer name="UI" />
<layers>
<layer locked="1" name="Background" parallax-in-editor="0" visible="1" />
<layer locked="0" name="Game" parallax-in-editor="0" visible="1" />
<layer locked="0" name="UI" parallax-in-editor="0" visible="1" />
</layers>
</c2uistate>
Loading

0 comments on commit 33f3845

Please sign in to comment.