diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2009-10-17 13:46:41 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2009-10-17 13:46:41 -0400 |
commit | a157cd82a86390f1fcb1a2086f86af5187e85a69 (patch) | |
tree | a6ffa353c2e8db14a320d02f7ebdc3ed39176f84 /resources | |
parent | f2ab9f3f0d5fe1ad19881b7dba79b31e3673748a (diff) | |
download | mazeoflife-a157cd82a86390f1fcb1a2086f86af5187e85a69.tar.gz mazeoflife-a157cd82a86390f1fcb1a2086f86af5187e85a69.tar.bz2 mazeoflife-a157cd82a86390f1fcb1a2086f86af5187e85a69.zip |
Moved resources into subdirectory
Because Highscore List rendering requires a font and the font has to be included with the executable to work, it will be loaded into the executable like the images are. To make sure that all resources are included, regardless of type, a folder was made for them. Refs #104
Diffstat (limited to 'resources')
-rw-r--r-- | resources/chl.bmp | bin | 0 -> 921654 bytes |
-rw-r--r-- | resources/htp1.bmp | bin | 0 -> 921738 bytes |
-rw-r--r-- | resources/htp2.bmp | bin | 0 -> 921738 bytes |
-rw-r--r-- | resources/icon.bmp | bin | 0 -> 3126 bytes |
-rw-r--r-- | resources/pointer.bmp | bin | 0 -> 2038 bytes |
-rw-r--r-- | resources/title.bmp | bin | 0 -> 921654 bytes |
6 files changed, 0 insertions, 0 deletions
diff --git a/resources/chl.bmp b/resources/chl.bmp new file mode 100644 index 0000000..b69efd0 --- /dev/null +++ b/resources/chl.bmp | |||
Binary files differ | |||
diff --git a/resources/htp1.bmp b/resources/htp1.bmp new file mode 100644 index 0000000..df06101 --- /dev/null +++ b/resources/htp1.bmp | |||
Binary files differ | |||
diff --git a/resources/htp2.bmp b/resources/htp2.bmp new file mode 100644 index 0000000..5dcb4c4 --- /dev/null +++ b/resources/htp2.bmp | |||
Binary files differ | |||
diff --git a/resources/icon.bmp b/resources/icon.bmp new file mode 100644 index 0000000..024cea5 --- /dev/null +++ b/resources/icon.bmp | |||
Binary files differ | |||
diff --git a/resources/pointer.bmp b/resources/pointer.bmp new file mode 100644 index 0000000..e1cee4e --- /dev/null +++ b/resources/pointer.bmp | |||
Binary files differ | |||
diff --git a/resources/title.bmp b/resources/title.bmp new file mode 100644 index 0000000..ae0b624 --- /dev/null +++ b/resources/title.bmp | |||
Binary files differ | |||