Skip to content

Commit c23f11b

Browse files
committed
initial commit
1 parent 575852b commit c23f11b

File tree

30 files changed

+1231
-0
lines changed

30 files changed

+1231
-0
lines changed

.gitignore

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
## Java
2+
3+
*.class
4+
*.war
5+
*.ear
6+
hs_err_pid*
7+
8+
## GWT
9+
war/
10+
html/war/gwt_bree/
11+
html/gwt-unitCache/
12+
.apt_generated/
13+
html/war/WEB-INF/deploy/
14+
html/war/WEB-INF/classes/
15+
.gwt/
16+
gwt-unitCache/
17+
www-test/
18+
.gwt-tmp/
19+
20+
## Android Studio and Intellij and Android in general
21+
android/libs/armeabi/
22+
android/libs/armeabi-v7a/
23+
android/libs/x86/
24+
android/gen/
25+
.idea/
26+
*.ipr
27+
*.iws
28+
*.iml
29+
out/
30+
com_crashlytics_export_strings.xml
31+
32+
## Eclipse
33+
.classpath
34+
.project
35+
.metadata
36+
**/bin/
37+
tmp/
38+
*.tmp
39+
*.bak
40+
*.swp
41+
*~.nib
42+
local.properties
43+
.settings/
44+
.loadpath
45+
.externalToolBuilders/
46+
*.launch
47+
48+
## NetBeans
49+
**/nbproject/private/
50+
build/
51+
nbbuild/
52+
dist/
53+
nbdist/
54+
nbactions.xml
55+
nb-configuration.xml
56+
57+
## Gradle
58+
59+
.gradle
60+
gradle-app.setting
61+
build/
62+
63+
## OS Specific
64+
.DS_Store

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# SuperMario
2+
# YouTube Tutorials @ http://www.BrentAureli.com

android/AndroidManifest.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3+
package="com.brentaureli.mariobros.android"
4+
android:versionCode="1"
5+
android:versionName="1.0" >
6+
7+
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="22" />
8+
9+
<application
10+
android:allowBackup="true"
11+
android:icon="@drawable/ic_launcher"
12+
android:label="@string/app_name"
13+
android:theme="@style/GdxTheme" >
14+
<activity
15+
android:name="com.brentaureli.mariobros.android.AndroidLauncher"
16+
android:label="@string/app_name"
17+
android:screenOrientation="landscape"
18+
android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
19+
<intent-filter>
20+
<action android:name="android.intent.action.MAIN" />
21+
<category android:name="android.intent.category.LAUNCHER" />
22+
</intent-filter>
23+
</activity>
24+
</application>
25+
26+
</manifest>

android/assets/badlogic.jpg

66.9 KB
Loading

android/assets/level1.tmx

Lines changed: 216 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,216 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<map version="1.0" orientation="orthogonal" renderorder="right-down" width="240" height="13" tilewidth="16" tileheight="16" nextobjectid="121">
3+
<tileset firstgid="1" name="tileset_gutter" tilewidth="16" tileheight="16" spacing="2" margin="1" tilecount="924">
4+
<image source="tileset_gutter.png" width="594" height="504"/>
5+
<tile id="0">
6+
<properties>
7+
<property name="blocked" value=""/>
8+
</properties>
9+
</tile>
10+
<tile id="1">
11+
<properties>
12+
<property name="blocked" value=""/>
13+
<property name="smashable" value=""/>
14+
</properties>
15+
</tile>
16+
<tile id="2">
17+
<properties>
18+
<property name="blocked" value=""/>
19+
<property name="smashable" value=""/>
20+
</properties>
21+
</tile>
22+
<tile id="24">
23+
<properties>
24+
<property name="blocked" value=""/>
25+
<property name="coinblock" value=""/>
26+
</properties>
27+
</tile>
28+
<tile id="25">
29+
<properties>
30+
<property name="blocked" value=""/>
31+
</properties>
32+
</tile>
33+
<tile id="26">
34+
<properties>
35+
<property name="blocked" value=""/>
36+
</properties>
37+
</tile>
38+
<tile id="33">
39+
<properties>
40+
<property name="blocked" value=""/>
41+
</properties>
42+
</tile>
43+
<tile id="264">
44+
<properties>
45+
<property name="blocked" value=""/>
46+
</properties>
47+
</tile>
48+
<tile id="265">
49+
<properties>
50+
<property name="blocked" value=""/>
51+
</properties>
52+
</tile>
53+
<tile id="266">
54+
<properties>
55+
<property name="blocked" value=""/>
56+
</properties>
57+
</tile>
58+
<tile id="267">
59+
<properties>
60+
<property name="blocked" value=""/>
61+
</properties>
62+
</tile>
63+
<tile id="268">
64+
<properties>
65+
<property name="blocked" value=""/>
66+
</properties>
67+
</tile>
68+
<tile id="297">
69+
<properties>
70+
<property name="blocked" value=""/>
71+
</properties>
72+
</tile>
73+
<tile id="298">
74+
<properties>
75+
<property name="blocked" value=""/>
76+
</properties>
77+
</tile>
78+
<tile id="299">
79+
<properties>
80+
<property name="blocked" value=""/>
81+
</properties>
82+
</tile>
83+
<tile id="300">
84+
<properties>
85+
<property name="blocked" value=""/>
86+
</properties>
87+
</tile>
88+
<tile id="301">
89+
<properties>
90+
<property name="blocked" value=""/>
91+
</properties>
92+
</tile>
93+
<tile id="330">
94+
<properties>
95+
<property name="blocked" value=""/>
96+
</properties>
97+
</tile>
98+
<tile id="331">
99+
<properties>
100+
<property name="blocked" value=""/>
101+
</properties>
102+
</tile>
103+
<tile id="363">
104+
<properties>
105+
<property name="blocked" value=""/>
106+
</properties>
107+
</tile>
108+
<tile id="364">
109+
<properties>
110+
<property name="blocked" value=""/>
111+
</properties>
112+
</tile>
113+
</tileset>
114+
<layer name="Background Color" width="240" height="13">
115+
<data encoding="base64" compression="zlib">
116+
eJztwzEJAAAMA7Ay/4bqrir2JZBeUlVVVVVVVVVVVVVV1ccDxULniQ==
117+
</data>
118+
</layer>
119+
<layer name="Graphic Layer" width="240" height="13">
120+
<data encoding="base64" compression="zlib">
121+
eJztl89OwzAMxtPdgG0IOO2aI7AhAQNpb8aDAGdeAtjb4Woz86w4f5Z07SJX/LQodZLPbr6GrkfGrBVFqRp6STHvwAfwmbEOzpE7T87aueueeg6qf8OsOW7uOfDL1Re6vmHMD/AbUVeptjiHb56u9kNIfw05qP54Vk26/r7gZ6vrvKW+jonz1bXU3sjdD4fOd6o5qP540L+l91AX+M7fUJv+YnsmeLhG2pR9SLE5NUodK+nBe7Mtrvu1Yc2GUNzqhP5/pnCfSr52+Zi3FWVIWFOnf2MvGott1/i+81EUjjX1+ldRasaacv4dmx1955UL/w6Dv//vqC6/p86gtudN3FmfEhtLifyksSNhXlprqR0zf8qaiDXudghrDh/LtR1ab9TACY2T/DuBsVPgMnM/4b7MmWNofG0J5XYL9+6IJ68TYoeKL4c+sQ4PWkctuX7r8Io0tmvtLkL6Xf5tz9w5IecMxn3Z9/NN2Xex75xQbtSTV/D7CNwI8SH/DsE3oRxKPoMUrMeDtI/rt4JXXH1Uf+6ZRMdzDZImqf4u/063Z+/C7Nqpz+AC4sbA5Mj+XcJaL4TXxr/vliQO+2LfOTRuydZsL7yP6z95dGBsCf0lasfni8mh5DOIhe93XJP3c/0+r/B+rp/vj1T9ON6lQdJE9T+zd5Dk3wfi37fAM+DcQ8wcWBTwb2sHZZ9StdE6l6+pss8fuoxEkw==
122+
</data>
123+
</layer>
124+
<objectgroup name="Ground">
125+
<object id="5" x="0" y="192" width="1104" height="18"/>
126+
<object id="11" x="1136" y="192" width="256" height="16"/>
127+
<object id="25" x="1440" y="192" width="1024" height="16"/>
128+
<object id="26" x="2208" y="128" width="16" height="64"/>
129+
<object id="27" x="2192" y="144" width="16" height="48"/>
130+
<object id="28" x="2176" y="160" width="16" height="32"/>
131+
<object id="29" x="2160" y="176" width="16" height="16"/>
132+
<object id="30" x="2256" y="128" width="16" height="64"/>
133+
<object id="31" x="2272" y="144" width="16" height="48"/>
134+
<object id="32" x="2288" y="160" width="16" height="32"/>
135+
<object id="33" x="2304" y="176" width="16" height="16"/>
136+
<object id="34" x="2384" y="176" width="16" height="16"/>
137+
<object id="35" x="2400" y="160" width="16" height="32"/>
138+
<object id="36" x="2416" y="144" width="16" height="48"/>
139+
<object id="37" x="2432" y="128" width="32" height="64"/>
140+
<object id="38" x="2496" y="128" width="16" height="64"/>
141+
<object id="39" x="2512" y="144" width="16" height="48"/>
142+
<object id="40" x="2528" y="160" width="16" height="32"/>
143+
<object id="41" x="2544" y="176" width="16" height="16"/>
144+
<object id="42" x="2496" y="192" width="1344" height="16"/>
145+
<object id="45" x="3024" y="64" width="32" height="128"/>
146+
<object id="46" x="3024" y="80" height="96"/>
147+
<object id="47" x="3008" y="80" width="16" height="112"/>
148+
<object id="48" x="2992" y="96" width="16" height="96"/>
149+
<object id="49" x="2976" y="112" width="16" height="80"/>
150+
<object id="50" x="2960" y="128" width="16" height="64"/>
151+
<object id="51" x="2944" y="144" width="16" height="48"/>
152+
<object id="52" x="2928" y="160" width="16" height="32"/>
153+
<object id="53" x="2912" y="176" width="16" height="16"/>
154+
<object id="54" x="3184" y="176" width="16" height="16"/>
155+
</objectgroup>
156+
<objectgroup name="Pipes">
157+
<object id="61" x="3568" y="128" width="32" height="64"/>
158+
<object id="62" x="3536" y="160" width="32" height="32"/>
159+
<object id="63" x="2880" y="160" width="32" height="32"/>
160+
<object id="64" x="2624" y="160" width="32" height="32"/>
161+
<object id="66" x="448" y="160" width="32" height="32"/>
162+
<object id="67" x="608" y="144" width="32" height="48"/>
163+
<object id="68" x="736" y="128" width="32" height="64"/>
164+
<object id="69" x="912" y="128" width="32" height="64"/>
165+
</objectgroup>
166+
<objectgroup name="Coins">
167+
<object id="70" x="256" y="128" width="16" height="16"/>
168+
<object id="71" x="336" y="128" width="16" height="16"/>
169+
<object id="72" x="352" y="64" width="16" height="16"/>
170+
<object id="73" x="368" y="128" width="16" height="16"/>
171+
<object id="74" x="1264" y="128" width="16" height="16"/>
172+
<object id="75" x="1520" y="64" width="16" height="16"/>
173+
<object id="76" x="1712" y="128" width="16" height="16"/>
174+
<object id="77" x="1760" y="128" width="16" height="16"/>
175+
<object id="78" x="1760" y="64" width="16" height="16"/>
176+
<object id="79" x="1808" y="128" width="16" height="16"/>
177+
<object id="80" x="2080" y="64" width="16" height="16"/>
178+
<object id="81" x="2096" y="64" width="16"/>
179+
<object id="83" x="2096" y="64" width="16" height="16"/>
180+
<object id="84" x="2736" y="128" width="16" height="16"/>
181+
</objectgroup>
182+
<objectgroup name="Bricks">
183+
<object id="85" x="2752" y="128" width="16" height="16"/>
184+
<object id="86" x="2720" y="128" width="16" height="16"/>
185+
<object id="87" x="2704" y="128" width="16" height="16"/>
186+
<object id="88" x="2096" y="128" width="16" height="16"/>
187+
<object id="89" x="2080" y="128" width="16" height="16"/>
188+
<object id="90" x="2064" y="64" width="16" height="16"/>
189+
<object id="91" x="2112" y="64" width="16" height="16"/>
190+
<object id="92" x="1952" y="64" width="16" height="16"/>
191+
<object id="93" x="1968" y="64" width="16" height="16"/>
192+
<object id="94" x="1984" y="64" width="16" height="16"/>
193+
<object id="96" x="1632" y="128" width="16" height="16"/>
194+
<object id="97" x="1616" y="128" width="16" height="16"/>
195+
<object id="98" x="1520" y="128" width="16"/>
196+
<object id="99" x="1504" y="64" width="16" height="16"/>
197+
<object id="100" x="1488" y="64" width="16" height="16"/>
198+
<object id="101" x="1472" y="64" width="16" height="16"/>
199+
<object id="102" x="1520" y="128" width="16" height="16"/>
200+
<object id="103" x="1408" y="64" width="16"/>
201+
<object id="104" x="1408" y="64" width="16" height="16"/>
202+
<object id="105" x="1392" y="64" width="16" height="16"/>
203+
<object id="106" x="1376" y="64" width="16" height="16"/>
204+
<object id="107" x="1360" y="64" width="16" height="16"/>
205+
<object id="108" x="1344" y="64" width="16" height="16"/>
206+
<object id="109" x="1328" y="64" width="16" height="16"/>
207+
<object id="110" x="1312" y="64" width="16" height="16"/>
208+
<object id="111" x="1296" y="64" width="16" height="16"/>
209+
<object id="112" x="1280" y="128" width="16" height="16"/>
210+
<object id="113" x="1248" y="128" width="16" height="16"/>
211+
<object id="114" x="384" y="128" width="16" height="16"/>
212+
<object id="115" x="352" y="128" width="16" height="16"/>
213+
<object id="116" x="320" y="128" width="16" height="16"/>
214+
<object id="119" x="1904" y="128" width="16" height="16"/>
215+
</objectgroup>
216+
</map>

android/assets/tileset_gutter.png

36.8 KB
Loading

0 commit comments

Comments
 (0)