summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-07 17:25:16 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-07 17:25:16 -0300
commit038c32e75db67f680c333bc3bcb0dc0865806c3c (patch)
tree08a87a42f6e5831793439fe4799e8ee35821e147
parent351511f0d633e3cb27dee2db257c3385a53c8af7 (diff)
downloadclient-038c32e75db67f680c333bc3bcb0dc0865806c3c.tar.gz
client-038c32e75db67f680c333bc3bcb0dc0865806c3c.tar.bz2
client-038c32e75db67f680c333bc3bcb0dc0865806c3c.tar.xz
client-038c32e75db67f680c333bc3bcb0dc0865806c3c.zip
Initial version of the Council Room
-rw-r--r--game/ATTRIBUTION2
-rw-r--r--game/gfx/dialog/ana.webpbin0 -> 92450 bytes
-rw-r--r--game/gfx/dialog/grandmaster.webpbin0 -> 79146 bytes
-rw-r--r--game/gui/transforms.rpy5
-rw-r--r--game/story.rpy7
5 files changed, 11 insertions, 3 deletions
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
--- /dev/null
+++ b/game/gfx/dialog/ana.webp
Binary files differ
diff --git a/game/gfx/dialog/grandmaster.webp b/game/gfx/dialog/grandmaster.webp
new file mode 100644
index 0000000..fddbf6a
--- /dev/null
+++ b/game/gfx/dialog/grandmaster.webp
Binary files 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"