Base Project

This commit is contained in:
Exit93 2014-02-23 18:09:17 +01:00
parent 083fe6e4c5
commit 3c7e879988
16 changed files with 106 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.uistate.xml

View File

@ -0,0 +1,6 @@
<?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 />
</c2eventsheet>

BIN
Files/Playstation_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

BIN
Files/Tux.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
Files/icon-114.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
Files/icon-128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
Files/icon-16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
Files/icon-256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

BIN
Files/icon-32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
Files/lez89.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
Files/loading-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

BIN
Files/poop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
Files/scienziatobm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

BIN
Files/xbox.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

35
Layouts/Layout 1.xml Normal file
View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8" ?>
<c2layout>
<name>Layout 1</name>
<sid>8873350371196689</sid>
<event-sheet>Event sheet 1</event-sheet>
<size>
<width>1708</width>
<height>960</height>
</size>
<margins>
<horizontal>500</horizontal>
<vertical>500</vertical>
</margins>
<unbounded-scrolling>0</unbounded-scrolling>
<layers>
<layer name="Layer 0" sid="8722530541249526">
<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 />
<effects />
</layer>
</layers>
<nonworld-instances />
<effects />
</c2layout>

64
Lez89's Adventures.caproj Normal file
View File

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="utf-8" ?>
<c2project>
<name>Lez89&apos;s Adventures</name>
<description></description>
<version>1.0.0.0</version>
<author>Lez89</author>
<author-email></author-email>
<author-website>http://</author-website>
<app-id>com.lez89.adventures</app-id>
<unique-id>2m2oqhlgof90t</unique-id>
<saved-with-version>16300</saved-with-version>
<used-plugins />
<used-behaviors />
<used-effects />
<configurations>
<configuration exporter-descname="HTML5" exporter-id="html5" name="HTML5" />
</configurations>
<window-size>
<width>854</width>
<height>480</height>
</window-size>
<pixel-rounding>0</pixel-rounding>
<use-loader-layout>0</use-loader-layout>
<configuration-settings>
<prop name="Clear background">Yes</prop>
<prop name="Enable WebGL">On</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="Orientations">Landscape</prop>
<prop name="Pause on unfocus">No</prop>
<prop name="Physics engine">Box2D web</prop>
<prop name="Preview browser">(default)</prop>
<prop name="Sampling">Linear</prop>
<prop name="Use high-DPI display">Yes</prop>
</configuration-settings>
<object-folder expanded="1" />
<families />
<layout-folder expanded="1">
<layout>Layout 1.xml</layout>
</layout-folder>
<event-folder expanded="1">
<event-sheet>Event sheet 1.xml</event-sheet>
</event-folder>
<global-instances />
<sounds-folder expanded="1" />
<music-folder expanded="1" />
<files-folder expanded="1">
<file-folder expanded="0" name="Icons">
<file name="icon-16.png" />
<file name="icon-32.png" />
<file name="icon-114.png" />
<file name="icon-128.png" />
<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" />
</files-folder>
</c2project>