diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-28 10:26:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-28 10:26:49 -0500 |
commit | ea748ff7f51a7c119658930f878d046cc8b83c51 (patch) | |
tree | 3616ea8ad0a2b3f05482ffd3b9db929a8b5f4573 /graphics/easy_chat | |
parent | 70c560cc84ec4152438815a7abae673ae6f589f8 (diff) | |
parent | 293df1887f4b849e96d06530c722bd39afb7b72b (diff) |
Merge pull request #1344 from GriffinRichards/doc-ec
Document easy chat and mail, script.c cleanup, add/use some general constants
Diffstat (limited to 'graphics/easy_chat')
-rw-r--r-- | graphics/easy_chat/button_window.png (renamed from graphics/easy_chat/rwindow.png) | bin | 419 -> 419 bytes | |||
-rw-r--r-- | graphics/easy_chat/rectangle_cursor.png (renamed from graphics/easy_chat/cursor.png) | bin | 199 -> 199 bytes | |||
-rw-r--r-- | graphics/easy_chat/text_input_frame.png | bin | 0 -> 260 bytes | |||
-rw-r--r-- | graphics/easy_chat/text_input_frame_green.pal | 19 | ||||
-rw-r--r-- | graphics/easy_chat/text_input_frame_orange.pal | 19 |
5 files changed, 38 insertions, 0 deletions
diff --git a/graphics/easy_chat/rwindow.png b/graphics/easy_chat/button_window.png Binary files differindex 6319f9a5d..6319f9a5d 100644 --- a/graphics/easy_chat/rwindow.png +++ b/graphics/easy_chat/button_window.png diff --git a/graphics/easy_chat/cursor.png b/graphics/easy_chat/rectangle_cursor.png Binary files differindex 502ea2d69..502ea2d69 100644 --- a/graphics/easy_chat/cursor.png +++ b/graphics/easy_chat/rectangle_cursor.png diff --git a/graphics/easy_chat/text_input_frame.png b/graphics/easy_chat/text_input_frame.png Binary files differnew file mode 100644 index 000000000..c0fbba87d --- /dev/null +++ b/graphics/easy_chat/text_input_frame.png diff --git a/graphics/easy_chat/text_input_frame_green.pal b/graphics/easy_chat/text_input_frame_green.pal new file mode 100644 index 000000000..c64a7216f --- /dev/null +++ b/graphics/easy_chat/text_input_frame_green.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +189 255 139 +156 230 106 +123 180 90 +180 213 255 +139 180 230 +115 139 172 +0 0 0 +255 131 131 +238 82 82 +255 238 180 +255 255 213 +115 115 115 +180 189 180 +222 213 222 +255 255 255 diff --git a/graphics/easy_chat/text_input_frame_orange.pal b/graphics/easy_chat/text_input_frame_orange.pal new file mode 100644 index 000000000..165bad8de --- /dev/null +++ b/graphics/easy_chat/text_input_frame_orange.pal @@ -0,0 +1,19 @@ +JASC-PAL +0100 +16 +115 197 164 +255 189 115 +255 139 57 +205 98 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +0 0 0 +255 238 180 +255 255 213 +115 115 115 +180 189 180 +222 213 222 +255 255 255 |