diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-12-17 20:41:43 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-12-17 20:41:43 -0800 |
commit | e167782eb6cc3db6a68d9b5c1d51f4b467f6ae9d (patch) | |
tree | 4b34b3c75b994616bf9e031da5c4604800f4d43d | |
parent | 3faa5ff95f9bd79a7b56abad5ec256a0f23da711 (diff) |
Added button graphic for menu
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | button.spec | 1 | ||||
-rw-r--r-- | button.xcf | bin | 0 -> 1362 bytes | |||
-rw-r--r-- | menu.s68 | 3 |
4 files changed, 6 insertions, 1 deletions
@@ -209,7 +209,8 @@ vos_prog_info : vos_prog_info.o vos_program_module.o arrow.tiles : arrow.png cursor.tiles : cursor.png font_interlace_variable.tiles : font_interlace_variable.png -menu.bin : font_interlace_variable.tiles arrow.tiles cursor.tiles +button.tiles : button.png +menu.bin : font_interlace_variable.tiles arrow.tiles cursor.tiles button.tiles clean : rm -rf $(ALL) trans ztestrun ztestgen *.o diff --git a/button.spec b/button.spec new file mode 100644 index 0000000..6f33a9d --- /dev/null +++ b/button.spec @@ -0,0 +1 @@ +button.png,16,0,raw,interlace diff --git a/button.xcf b/button.xcf Binary files differnew file mode 100644 index 0000000..c2d353c --- /dev/null +++ b/button.xcf @@ -733,6 +733,9 @@ arrowend: cursor: incbin cursor.tiles cursorend: +button: + incbin button.tiles +buttonend: widths: dc.b 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1 |