Add maroon demo
authorAlan Alpert <alan.alpert@nokia.com>
Fri, 6 Jul 2012 06:23:30 +0000 (16:23 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 12 Jul 2012 04:33:15 +0000 (06:33 +0200)
commitc81d942ab0297cf894f2dd20700b4188afa07c25
tree564560417cf1eab1106e6359395b57c8e411c8f8
parent942b5fa9cc3924d5f022091c015ab0717bc79512
Add maroon demo

Change-Id: I880edf78e210d243ef87511e88ea592f6e252da6
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
73 files changed:
doc/src/images/qml-maroon-demo-icon.png [new file with mode: 0644]
examples/demos/demos.pro
examples/demos/maroon/content/BuildButton.qml [new file with mode: 0644]
examples/demos/maroon/content/GameCanvas.qml [new file with mode: 0644]
examples/demos/maroon/content/GameOverScreen.qml [new file with mode: 0644]
examples/demos/maroon/content/InfoBar.qml [new file with mode: 0644]
examples/demos/maroon/content/NewGameScreen.qml [new file with mode: 0644]
examples/demos/maroon/content/SoundEffect.qml [new file with mode: 0644]
examples/demos/maroon/content/audio/bomb-action.wav [new file with mode: 0644]
examples/demos/maroon/content/audio/catch-action.wav [new file with mode: 0644]
examples/demos/maroon/content/audio/catch.wav [new file with mode: 0644]
examples/demos/maroon/content/audio/currency.wav [new file with mode: 0644]
examples/demos/maroon/content/audio/factory-action.wav [new file with mode: 0644]
examples/demos/maroon/content/audio/melee-action.wav [new file with mode: 0644]
examples/demos/maroon/content/audio/projectile-action.wav [new file with mode: 0644]
examples/demos/maroon/content/audio/shooter-action.wav [new file with mode: 0644]
examples/demos/maroon/content/gfx/background.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/bomb-action.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/bomb-idle.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/bomb.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/button-help.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/button-play.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/catch-action.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/catch.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/cloud.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/currency.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/dialog-bomb.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/dialog-factory.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/dialog-melee.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/dialog-pointer.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/dialog-shooter.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/dialog.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/factory-action.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/factory-idle.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/factory.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/grid.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/help.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/lifes.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/logo-bubble.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/logo-fish.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/logo.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/melee-action.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/melee-idle.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/melee.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/mob-idle.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/mob.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/points.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/projectile-action.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/projectile.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/scores.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/shooter-action.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/shooter-idle.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/shooter.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/sunlight.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/text-1.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/text-2.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/text-3.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/text-blank.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/text-gameover.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/text-go.png [new file with mode: 0644]
examples/demos/maroon/content/gfx/wave.png [new file with mode: 0644]
examples/demos/maroon/content/logic.js [new file with mode: 0644]
examples/demos/maroon/content/mobs/MobBase.qml [new file with mode: 0644]
examples/demos/maroon/content/towers/Bomb.qml [new file with mode: 0644]
examples/demos/maroon/content/towers/Factory.qml [new file with mode: 0644]
examples/demos/maroon/content/towers/Melee.qml [new file with mode: 0644]
examples/demos/maroon/content/towers/Ranged.qml [new file with mode: 0644]
examples/demos/maroon/content/towers/TowerBase.qml [new file with mode: 0644]
examples/demos/maroon/main.cpp [new file with mode: 0644]
examples/demos/maroon/maroon.pro [new file with mode: 0644]
examples/demos/maroon/maroon.qdoc [new file with mode: 0644]
examples/demos/maroon/maroon.qml [new file with mode: 0644]
examples/demos/maroon/maroon.qmlproject [new file with mode: 0644]