diff options
-rw-r--r-- | game/ATTRIBUTION | 1 | ||||
-rw-r--r-- | game/gfx/bg/castle2.webp | bin | 0 -> 77784 bytes | |||
-rw-r--r-- | game/story.rpy | 9 |
3 files changed, 9 insertions, 1 deletions
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 Binary files differnew file mode 100644 index 0000000..5ccc2dd --- /dev/null +++ b/game/gfx/bg/castle2.webp 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 |