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

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