diff --git a/.DS_Store b/.DS_Store index 7560d3f..640e8ce 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index f6da9b0..d5aac31 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ *.smdh *.elf -build \ No newline at end of file +build +.DS_Store diff --git a/gfx/bg.png b/gfx/bg.png new file mode 100644 index 0000000..fd17148 Binary files /dev/null and b/gfx/bg.png differ diff --git a/gfx/big0.png b/gfx/big0.png new file mode 100644 index 0000000..d1b6f3f Binary files /dev/null and b/gfx/big0.png differ diff --git a/gfx/big1.png b/gfx/big1.png new file mode 100644 index 0000000..14ab374 Binary files /dev/null and b/gfx/big1.png differ diff --git a/gfx/big2.png b/gfx/big2.png new file mode 100644 index 0000000..5a61a1b Binary files /dev/null and b/gfx/big2.png differ diff --git a/gfx/big3.png b/gfx/big3.png new file mode 100644 index 0000000..1073404 Binary files /dev/null and b/gfx/big3.png differ diff --git a/gfx/big4.png b/gfx/big4.png new file mode 100644 index 0000000..3a6d408 Binary files /dev/null and b/gfx/big4.png differ diff --git a/gfx/big5.png b/gfx/big5.png new file mode 100644 index 0000000..bbf0a72 Binary files /dev/null and b/gfx/big5.png differ diff --git a/gfx/big6.png b/gfx/big6.png new file mode 100644 index 0000000..2bcb61f Binary files /dev/null and b/gfx/big6.png differ diff --git a/gfx/big7.png b/gfx/big7.png new file mode 100644 index 0000000..05a9a5b Binary files /dev/null and b/gfx/big7.png differ diff --git a/gfx/big8.png b/gfx/big8.png new file mode 100644 index 0000000..9a8edc8 Binary files /dev/null and b/gfx/big8.png differ diff --git a/gfx/big9.png b/gfx/big9.png new file mode 100644 index 0000000..ce9888d Binary files /dev/null and b/gfx/big9.png differ diff --git a/gfx/floor.png b/gfx/floor.png new file mode 100644 index 0000000..13871f6 Binary files /dev/null and b/gfx/floor.png differ diff --git a/gfx/logo.png b/gfx/logo.png new file mode 100644 index 0000000..e06a5cb Binary files /dev/null and b/gfx/logo.png differ diff --git a/gfx/pipeBottom.png b/gfx/pipeBottom.png new file mode 100644 index 0000000..07eb302 Binary files /dev/null and b/gfx/pipeBottom.png differ diff --git a/gfx/pipeTop.png b/gfx/pipeTop.png new file mode 100644 index 0000000..10eddd6 Binary files /dev/null and b/gfx/pipeTop.png differ diff --git a/gfx/sprites.t3s b/gfx/sprites.t3s index 5e4b7eb..5010b39 100644 --- a/gfx/sprites.t3s +++ b/gfx/sprites.t3s @@ -1,2 +1,18 @@ --atlas -f rgba8888 -z auto -bird.png \ No newline at end of file +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 \ No newline at end of file