From 37b26c1053725cee096aff75770c9ba260051579 Mon Sep 17 00:00:00 2001 From: Nikolaj Date: Fri, 14 Feb 2025 14:53:31 +0100 Subject: [PATCH 1/3] :sparkles: --- data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data.json b/data.json index 02fe8dd..4cb75c7 100644 --- a/data.json +++ b/data.json @@ -58,7 +58,7 @@ ["red",2], ["attack",3], - ["capturing",3], + ["capture",3], ["deserted",3], ["disguised",3], ["eating",3], @@ -126,7 +126,7 @@ ], [ "The Plan", - "The party [trick/3] [Valindis/0+6] [Half-ear/0] by \"[capturing/3]\" [Nix/0+6] [McGalloway/0] [disguised/3] as [Adrian/0+6] [Goldenleaf/0]." + "The party [trick/3] [Valindis/0+6] [Half-ear/0] by having [Cynthia/0] \"[capture/3]\" [Nix/0+6] [McGalloway/0] [disguised/3] as [Adrian/0+6] [Goldenleaf/0]." ] ] } \ No newline at end of file From ae48bde5b2c21498aa01cc05a71c22d335121128 Mon Sep 17 00:00:00 2001 From: Nikolaj Date: Mon, 17 Feb 2025 13:40:50 +0100 Subject: [PATCH 2/3] :sparkles: --- data.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 4cb75c7..f6b825c 100644 --- a/data.json +++ b/data.json @@ -19,6 +19,7 @@ ["McGalloway",0], ["Moklus",0], ["Nix",0], + ["Nuts",0], ["Paterius",0], ["Sagemonger",0], ["Sam",0], @@ -103,7 +104,7 @@ [ "The Party (Before Session)", "- [Adrian/0+6] [Goldenleaf/0], a [high/4] [elf/1] [rogue/7] from [Volantis/5] and owner of the [Goldenleaf/0] [inn/1].", - "- [Andromedes/0+6] [Moklus/0], a [dwarf/1] [artificer/7] from [Hammerhome/5] and [diplomat/1] in [Dragonsong/5].", + "- [Andromedes/0+6] [Moklus+Nuts/0], a [dwarf/1] [artificer/7] from [Hammerhome/5] and [diplomat/1] in [Dragonsong/5].", "- [Aslak/0], an [orc/1] [barbarian/7]/[monk/7] from [The%Westerlands/5] and [trainee/1] of [Nix/0+6] [McGalloway/0].", "- [Marigold/0+6] [Sagemonger/0], a [high/4] [elf/1] [wizard/7] from [The%Empire/5] and owner of [Sagemonger/0]'s.", "- [Nix/0+6] [McGalloway/0], a [changeling/1] [monk/7] from [The%Westerlands/5] and owner of the [flying/3] [pegasus/1].", From d88fb38552fae8a1e6a64fb244106293813e41f3 Mon Sep 17 00:00:00 2001 From: Nikolaj Date: Mon, 24 Feb 2025 13:57:02 +0100 Subject: [PATCH 3/3] :sparkles: --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 353f5bd..3e4f590 100644 --- a/main.py +++ b/main.py @@ -325,7 +325,7 @@ def main(data: dict): pygame.init() pygame.font.init() font = pygame.font.SysFont("Comic Code",WORD_FONT_SIZE,True) - print(font.size(WORD_SLOT_SPACING)) + # print(font.size(WORD_SLOT_SPACING)) screen = pygame.display.set_mode((1280, 720),pygame.RESIZABLE) drawer = pygame.surface.Surface((SCREEN_WIDTH, SCREEN_HEIGHT)) clock = pygame.time.Clock()