diff options
Diffstat (limited to 'game')
-rw-r--r-- | game/ATTRIBUTION | 4 | ||||
-rw-r--r-- | game/gfx/dialog/ana.webp | bin | 92450 -> 0 bytes | |||
-rw-r--r-- | game/gfx/dialog/goodess.webp | bin | 0 -> 83206 bytes | |||
-rw-r--r-- | game/story.rpy | 5 |
4 files changed, 5 insertions, 4 deletions
diff --git a/game/ATTRIBUTION b/game/ATTRIBUTION index 3f24e94..f07a8a7 100644 --- a/game/ATTRIBUTION +++ b/game/ATTRIBUTION @@ -75,13 +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/goodess.webp (Luciana Nascimento) (CC BY SA) (Argentum Age) + gfx/dialog/grandmaster.webp (?) (GPLv3) (Wesnoth/?) 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 Binary files differdeleted file mode 100644 index 816e25f..0000000 --- a/game/gfx/dialog/ana.webp +++ /dev/null diff --git a/game/gfx/dialog/goodess.webp b/game/gfx/dialog/goodess.webp Binary files differnew file mode 100644 index 0000000..d0623ec --- /dev/null +++ b/game/gfx/dialog/goodess.webp diff --git a/game/story.rpy b/game/story.rpy index 5c0a3e0..ae3b0f1 100644 --- a/game/story.rpy +++ b/game/story.rpy @@ -164,10 +164,11 @@ 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." +label testing: window show scene bg castle2 - show dialog_ana at tcustom(-1.4) - show dialog_mentor at tcustom(-2.7) + show dialog_goodess at tcustom(-0.8) + show dialog_mentor at tcustom(-2.0) show dialog_grandmaster at tcustom(1.4) show dialog_giulio at tcustom(1.5) with Dissolve(1.0) |