add sprites
3
.gitignore
vendored
@ -2,4 +2,5 @@
|
||||
*.smdh
|
||||
*.elf
|
||||
|
||||
build
|
||||
build
|
||||
.DS_Store
|
||||
|
BIN
gfx/bg.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
gfx/big0.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
gfx/big1.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
gfx/big2.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
gfx/big3.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
gfx/big4.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
gfx/big5.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
gfx/big6.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
gfx/big7.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
gfx/big8.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
gfx/big9.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
gfx/floor.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
gfx/logo.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
gfx/pipeBottom.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
gfx/pipeTop.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
@ -1,2 +1,18 @@
|
||||
--atlas -f rgba8888 -z auto
|
||||
bird.png
|
||||
bird.png
|
||||
big0.png
|
||||
big1.png
|
||||
big2.png
|
||||
big3.png
|
||||
big4.png
|
||||
big5.png
|
||||
big6.png
|
||||
big7.png
|
||||
big8.png
|
||||
big9.png
|
||||
big10.png
|
||||
bg.png
|
||||
floor.png
|
||||
logo.png
|
||||
pipeBottom.png
|
||||
pipeTop.png
|