Skip to content

Commit 14b57ad

Browse files
authored
Bunch of new stuff :3
2 parents e1202af + c4812f8 commit 14b57ad

File tree

130 files changed

+21013
-20018
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+21013
-20018
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ This desktop+web app showcases a variety of libGDX features/capabilities/techniq
4848

4949
### Rendering
5050
- Frame Buffering
51+
- Manual Screen Clear
5152
- Orthographic Example
5253

5354
### Rendering 3D
@@ -59,6 +60,9 @@ This desktop+web app showcases a variety of libGDX features/capabilities/techniq
5960
- Shake Shader
6061
- Vignette Shader
6162

63+
### UI
64+
- Drag And Drop
65+
6266
### Viewports
6367
- Advanced Split Screen
6468

android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
android:label="@string/app_name"
1111
android:theme="@style/GdxTheme" >
1212
<activity
13+
android:exported="true"
1314
android:name="com.epicness.alejandria.AndroidLauncher"
14-
android:label="@string/app_name"
1515
android:screenOrientation="landscape"
1616
android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize|screenLayout">
1717
<intent-filter>

android/assets/alejandria/showcase/fonts/pixelFont.fnt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ char id=120 x=35 y=29 width=7 height=9 xoffset=0 yoffset=0 xa
7676
char id=121 x=0 y=38 width=7 height=9 xoffset=0 yoffset=0 xadvance=7 page=0 chnl=0
7777
char id=122 x=7 y=38 width=7 height=9 xoffset=0 yoffset=0 xadvance=7 page=0 chnl=0
7878

79-
char id=44 x=3 y=56 width=4 height=5 xoffset=0 yoffset=6 xadvance=5 page=0 chnl=0
80-
char id=46 x=0 y=56 width=3 height=3 xoffset=1 yoffset=6 xadvance=5 page=0 chnl=0
81-
char id=58 x=7 y=56 width=3 height=7 xoffset=1 yoffset=2 xadvance=5 page=0 chnl=0
79+
char id=34 x=0 y=56 width=5 height=4 xoffset=0 yoffset=0 xadvance=5 page=0 chnl=0
80+
char id=44 x=5 y=56 width=4 height=5 xoffset=0 yoffset=6 xadvance=5 page=0 chnl=0
81+
char id=46 x=9 y=56 width=3 height=3 xoffset=1 yoffset=6 xadvance=5 page=0 chnl=0
82+
char id=58 x=9 y=56 width=3 height=7 xoffset=1 yoffset=2 xadvance=5 page=0 chnl=0
8283

8384
kernings count=0
5 Bytes
Loading
19.8 KB
Loading
-1008 Bytes
Loading
File renamed without changes.
File renamed without changes.

android/assets/fundamentals/fonts/pixelFont.fnt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ char id=120 x=35 y=29 width=7 height=9 xoffset=0 yoffset=0 xa
7676
char id=121 x=0 y=38 width=7 height=9 xoffset=0 yoffset=0 xadvance=7 page=0 chnl=0
7777
char id=122 x=7 y=38 width=7 height=9 xoffset=0 yoffset=0 xadvance=7 page=0 chnl=0
7878

79-
char id=44 x=3 y=56 width=4 height=5 xoffset=0 yoffset=6 xadvance=5 page=0 chnl=0
80-
char id=46 x=0 y=56 width=3 height=3 xoffset=1 yoffset=6 xadvance=5 page=0 chnl=0
81-
char id=58 x=7 y=56 width=3 height=7 xoffset=1 yoffset=2 xadvance=5 page=0 chnl=0
79+
char id=34 x=0 y=56 width=5 height=4 xoffset=0 yoffset=0 xadvance=5 page=0 chnl=0
80+
char id=44 x=5 y=56 width=4 height=5 xoffset=0 yoffset=6 xadvance=5 page=0 chnl=0
81+
char id=46 x=9 y=56 width=3 height=3 xoffset=1 yoffset=6 xadvance=5 page=0 chnl=0
82+
char id=58 x=9 y=56 width=3 height=7 xoffset=1 yoffset=2 xadvance=5 page=0 chnl=0
8283

8384
kernings count=0
5 Bytes
Loading

0 commit comments

Comments
 (0)