From 9f771c08f067cfc7e36846524006037e4d359a0f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 7 Aug 2021 17:08:22 -0300 Subject: Add the castle indoors for the new cutscene --- game/ATTRIBUTION | 1 + game/gfx/bg/castle2.webp | Bin 0 -> 77784 bytes game/story.rpy | 9 ++++++++- 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 game/gfx/bg/castle2.webp diff --git a/game/ATTRIBUTION b/game/ATTRIBUTION index 259e0de..e217cd4 100644 --- a/game/ATTRIBUTION +++ b/game/ATTRIBUTION @@ -52,6 +52,7 @@ Where relevant, you must also include a link to https://tmw2.org in your credit. gfx/bg/academy.webp (Santiago Iborra) (CC BY SA) (Arcmage/Modified) gfx/bg/battle.png (Écrivain) (CC0) (OpenGameArt) gfx/bg/battle2.jpg (Écrivain) (CC0) (OpenGameArt) + gfx/bg/castle2.png (Basotahuikan) (CC BY SA) (Wesnoth/UMC) gfx/bg/darklands.png (Écrivain) (CC0) (OpenGameArt) gfx/bg/forest_sunset_fg.png (Faewild) (CC BY 3.0) (LemmaSoftForums) gfx/bg/forest_sunset.png (Faewild) (CC BY 3.0) (LemmaSoftForums) diff --git a/game/gfx/bg/castle2.webp b/game/gfx/bg/castle2.webp new file mode 100644 index 0000000..5ccc2dd Binary files /dev/null and b/game/gfx/bg/castle2.webp differ diff --git a/game/story.rpy b/game/story.rpy index 96f0d40..bcaccaa 100644 --- a/game/story.rpy +++ b/game/story.rpy @@ -164,12 +164,19 @@ label SQ00005_post: show dialog_mentor at tcenter with dissolve e_mn "Yes, and you {i}are{/i} late. The council session has already started." - + window show + scene bg castle2 + show dialog_mentor at tleft + show dialog_archmage at tleft + show dialog_giulio at tright + with Dissolve(1.0) + "Hmmm" ## TODO FIXME old scripts scene black with dissolve centered "{color=#f00}The content past this point is old and might not work. You have been warned.{/color}" ## TODO FIXME old scripts + return "Giulio" "What are you standing there for? We gotta a Marshall to met." # TODO: bg desk -- cgit v1.2.3-70-g09d2