From 038c32e75db67f680c333bc3bcb0dc0865806c3c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 7 Aug 2021 17:25:16 -0300 Subject: Initial version of the Council Room --- game/ATTRIBUTION | 2 ++ game/gfx/dialog/ana.webp | Bin 0 -> 92450 bytes game/gfx/dialog/grandmaster.webp | Bin 0 -> 79146 bytes game/gui/transforms.rpy | 5 +++++ game/story.rpy | 7 ++++--- 5 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 game/gfx/dialog/ana.webp create mode 100644 game/gfx/dialog/grandmaster.webp diff --git a/game/ATTRIBUTION b/game/ATTRIBUTION index e217cd4..3f24e94 100644 --- a/game/ATTRIBUTION +++ b/game/ATTRIBUTION @@ -75,11 +75,13 @@ Where relevant, you must also include a link to https://tmw2.org in your credit. gfx/cards/ele/5.png (Chrisdesign) (CC0) (From OpenGameArt) ## DIALOG gfx/dialog/0.png (-) (-) (-) + gfx/dialog/ana.webp (?) (GPLv3) (Wesnoth/UMC) gfx/dialog/archmage.webp (Emilien Rotival) (CC BY SA) (Wesnoth/HttT) gfx/dialog/darkmana.webp (Santiago Iborra) (CC BY SA) (Arcmage/Modified) gfx/dialog/deadlyshock.webp (Santiago Iborra) (CC BY SA) (Arcmage/Modified) gfx/dialog/detective.webp (Sapiboong) (Sapiboong*) (LemmaSoftForums) gfx/dialog/giulio.png (David Revoy) (CC BY 3.0) (From OpenGameArt) + gfx/dialog/grandmaster.webp (?) (GPLv3) (Wesnoth/UMC) gfx/dialog/mentor.webp (Santiago Iborra) (CC BY SA) (Arcmage) gfx/dialog/rebel.png (Doofus-01) (CC BY SA) (Wesnoth/Archaic Resources) gfx/dialog/spearman.webp (Santiago Iborra) (CC BY SA) (Arcmage) diff --git a/game/gfx/dialog/ana.webp b/game/gfx/dialog/ana.webp new file mode 100644 index 0000000..816e25f Binary files /dev/null and b/game/gfx/dialog/ana.webp differ diff --git a/game/gfx/dialog/grandmaster.webp b/game/gfx/dialog/grandmaster.webp new file mode 100644 index 0000000..fddbf6a Binary files /dev/null and b/game/gfx/dialog/grandmaster.webp differ diff --git a/game/gui/transforms.rpy b/game/gui/transforms.rpy index 0e2ccc4..07e2d07 100644 --- a/game/gui/transforms.rpy +++ b/game/gui/transforms.rpy @@ -148,3 +148,8 @@ transform ttop: yanchor 0.0 ypos (gui.textbox_height) +transform tcustom(xaxis): + xalign xaxis + yanchor 1.0 + ypos (1824-gui.textbox_height) + diff --git a/game/story.rpy b/game/story.rpy index bcaccaa..5c0a3e0 100644 --- a/game/story.rpy +++ b/game/story.rpy @@ -166,9 +166,10 @@ label SQ00005_post: 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 + show dialog_ana at tcustom(-1.4) + show dialog_mentor at tcustom(-2.7) + show dialog_grandmaster at tcustom(1.4) + show dialog_giulio at tcustom(1.5) with Dissolve(1.0) "Hmmm" -- cgit v1.2.3-70-g09d2