Converted the game into pong.

This commit is contained in:
2014-10-21 15:56:11 -04:30
parent 4c5fe58225
commit 5c829f5ea7
31 changed files with 710 additions and 138 deletions

View File

@@ -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

Binary file not shown.

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
android/ic_pong-web.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@@ -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>