Converted the game into pong.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@drawable/roselia"
|
||||
android:icon="@drawable/ic_pong"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/GdxTheme" >
|
||||
<activity
|
||||
|
BIN
android/assets/data/fonts/CRYSTAL-Regular.ttf
Normal file
BIN
android/assets/data/fonts/CRYSTAL-Regular.ttf
Normal file
Binary file not shown.
27
android/assets/data/gfx/textures/pong_atlas.atlas
Normal file
27
android/assets/data/gfx/textures/pong_atlas.atlas
Normal file
@@ -0,0 +1,27 @@
|
||||
|
||||
pong_atlas.png
|
||||
size: 256,512
|
||||
format: RGBA8888
|
||||
filter: Nearest,Nearest
|
||||
repeat: none
|
||||
ball
|
||||
rotate: false
|
||||
xy: 2, 2
|
||||
size: 64, 64
|
||||
orig: 64, 64
|
||||
offset: 0, 0
|
||||
index: 1
|
||||
glasspaddle2
|
||||
rotate: false
|
||||
xy: 2, 68
|
||||
size: 64, 256
|
||||
orig: 64, 256
|
||||
offset: 0, 0
|
||||
index: -1
|
||||
paddle
|
||||
rotate: false
|
||||
xy: 68, 68
|
||||
size: 64, 256
|
||||
orig: 64, 256
|
||||
offset: 0, 0
|
||||
index: -1
|
BIN
android/assets/data/gfx/textures/pong_atlas.png
Normal file
BIN
android/assets/data/gfx/textures/pong_atlas.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
android/ic_pong-web.png
Normal file
BIN
android/ic_pong-web.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
android/res/drawable-hdpi/ic_pong.png
Normal file
BIN
android/res/drawable-hdpi/ic_pong.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
BIN
android/res/drawable-mdpi/ic_pong.png
Normal file
BIN
android/res/drawable-mdpi/ic_pong.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
android/res/drawable-xhdpi/ic_pong.png
Normal file
BIN
android/res/drawable-xhdpi/ic_pong.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
BIN
android/res/drawable-xxhdpi/ic_pong.png
Normal file
BIN
android/res/drawable-xxhdpi/ic_pong.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string name="app_name">PouKemon</string>
|
||||
<string name="app_name">CEIDEC-Pong</string>
|
||||
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user