diff options
| author | likeawindrammer <31085911+likeawindrammer@users.noreply.github.com> | 2020-07-30 13:13:10 -0600 |
|---|---|---|
| committer | likeawindrammer <31085911+likeawindrammer@users.noreply.github.com> | 2020-07-30 13:13:10 -0600 |
| commit | 3a84a3f187e8287c06851f7b780831503beb1ab4 (patch) | |
| tree | 63af4a779933a99060123f3860a05cfb687d74e2 | |
| parent | 55fa6d7da0e455401850eb04e72a0854a7c169d8 (diff) | |
Add missing misc folder
| -rw-r--r-- | base/misc/default/chatbox.png | bin | 0 -> 505 bytes | |||
| -rw-r--r-- | base/misc/default/config.ini | 59 | ||||
| -rw-r--r-- | base/misc/default/holdit.opus | bin | 0 -> 15238 bytes | |||
| -rw-r--r-- | base/misc/default/holdit_bubble.gif | bin | 0 -> 39003 bytes | |||
| -rw-r--r-- | base/misc/default/objection.opus | bin | 0 -> 15238 bytes | |||
| -rw-r--r-- | base/misc/default/objection_bubble.gif | bin | 0 -> 43029 bytes | |||
| -rw-r--r-- | base/misc/default/takethat.opus | bin | 0 -> 15238 bytes | |||
| -rw-r--r-- | base/misc/default/takethat_bubble.gif | bin | 0 -> 40634 bytes |
8 files changed, 59 insertions, 0 deletions
diff --git a/base/misc/default/chatbox.png b/base/misc/default/chatbox.png Binary files differnew file mode 100644 index 00000000..0c3bae1e --- /dev/null +++ b/base/misc/default/chatbox.png diff --git a/base/misc/default/config.ini b/base/misc/default/config.ini new file mode 100644 index 00000000..b3bf9a81 --- /dev/null +++ b/base/misc/default/config.ini @@ -0,0 +1,59 @@ +c0 = 255, 255, 255
+c0_name = White
+c0_talking = 1
+
+c1 = 0, 255, 0
+c1_name = Green
+c1_start = `
+c1_end = `
+c1_remove = 1
+c1_talking = 1
+
+c2 = 255, 0, 0
+c2_name = Red
+c2_start = ~
+c2_end = ~
+c2_remove = 1
+c2_talking = 1
+
+c3 = 255, 165, 0
+c3_name = Orange
+c3_start = |
+c3_end = |
+c3_remove = 1
+c3_talking = 0
+
+c4 = 45, 150, 255
+c4_name = Blue
+c4_start = (
+c4_end = )
+c4_remove = 0
+c4_talking = 0
+
+c5 = 255, 255, 0
+c5_name = Yellow
+c5_start = º
+c5_end = º
+c5_remove = 1
+c5_talking = 1
+
+c6 = 255, 192, 203
+c6_name = Pink
+c6_start = №
+c6_end = №
+c6_remove = 1
+c6_talking = 1
+
+c7 = 0, 255, 255
+c7_name = Cyan
+c7_start = √
+c7_end = √
+c7_remove = 1
+c7_talking = 1
+
+c8 = 187, 187, 187
+c8_name = Gray
+c8_start = [
+c8_end = ]
+c8_remove = 0
+c8_talking = 1
\ No newline at end of file diff --git a/base/misc/default/holdit.opus b/base/misc/default/holdit.opus Binary files differnew file mode 100644 index 00000000..a454be83 --- /dev/null +++ b/base/misc/default/holdit.opus diff --git a/base/misc/default/holdit_bubble.gif b/base/misc/default/holdit_bubble.gif Binary files differnew file mode 100644 index 00000000..536f8cd7 --- /dev/null +++ b/base/misc/default/holdit_bubble.gif diff --git a/base/misc/default/objection.opus b/base/misc/default/objection.opus Binary files differnew file mode 100644 index 00000000..7e15d05e --- /dev/null +++ b/base/misc/default/objection.opus diff --git a/base/misc/default/objection_bubble.gif b/base/misc/default/objection_bubble.gif Binary files differnew file mode 100644 index 00000000..22c2169b --- /dev/null +++ b/base/misc/default/objection_bubble.gif diff --git a/base/misc/default/takethat.opus b/base/misc/default/takethat.opus Binary files differnew file mode 100644 index 00000000..2f143e12 --- /dev/null +++ b/base/misc/default/takethat.opus diff --git a/base/misc/default/takethat_bubble.gif b/base/misc/default/takethat_bubble.gif Binary files differnew file mode 100644 index 00000000..795552a8 --- /dev/null +++ b/base/misc/default/takethat_bubble.gif |
