diff --git a/game/gui.rpy b/game/gui.rpy index 9c6914f..1673e45 100644 --- a/game/gui.rpy +++ b/game/gui.rpy @@ -23,10 +23,10 @@ init python: ## The colors of text in the interface. ## An accent color used throughout the interface to label and highlight text. -define gui.accent_color = '#FF00FC' +define gui.accent_color = '#A2029F' ## The color used for a text button when it is neither selected nor hovered. -define gui.idle_color = '#FFFE00' +define gui.idle_color = '#D5D507' ## The small color is used for small text, which needs to be brighter/darker to ## achieve the same effect. diff --git a/game/images/cgs/d04.jpg b/game/images/cgs/d04.jpg new file mode 100644 index 0000000..adb0363 Binary files /dev/null and b/game/images/cgs/d04.jpg differ diff --git a/game/images/cgs/d04a.jpg b/game/images/cgs/d04a.jpg new file mode 100644 index 0000000..7a90ef4 Binary files /dev/null and b/game/images/cgs/d04a.jpg differ diff --git a/game/images/cgs/fangfuneral2.jpg b/game/images/cgs/fangfuneral2.jpg new file mode 100644 index 0000000..3da4f87 Binary files /dev/null and b/game/images/cgs/fangfuneral2.jpg differ