✨
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
["McGalloway",0],
|
["McGalloway",0],
|
||||||
["Moklus",0],
|
["Moklus",0],
|
||||||
["Nix",0],
|
["Nix",0],
|
||||||
|
["Nuts",0],
|
||||||
["Paterius",0],
|
["Paterius",0],
|
||||||
["Sagemonger",0],
|
["Sagemonger",0],
|
||||||
["Sam",0],
|
["Sam",0],
|
||||||
@@ -58,7 +59,7 @@
|
|||||||
["red",2],
|
["red",2],
|
||||||
|
|
||||||
["attack",3],
|
["attack",3],
|
||||||
["capturing",3],
|
["capture",3],
|
||||||
["deserted",3],
|
["deserted",3],
|
||||||
["disguised",3],
|
["disguised",3],
|
||||||
["eating",3],
|
["eating",3],
|
||||||
@@ -103,7 +104,7 @@
|
|||||||
[
|
[
|
||||||
"The Party (Before Session)",
|
"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].",
|
"- [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].",
|
"- [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.",
|
"- [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].",
|
"- [Nix/0+6] [McGalloway/0], a [changeling/1] [monk/7] from [The%Westerlands/5] and owner of the [flying/3] [pegasus/1].",
|
||||||
@@ -126,7 +127,7 @@
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
"The Plan",
|
"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]."
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
2
main.py
2
main.py
@@ -352,7 +352,7 @@ def main(data: dict):
|
|||||||
pygame.mixer.music.play(-1)
|
pygame.mixer.music.play(-1)
|
||||||
|
|
||||||
font = pygame.font.SysFont("Comic Code",WORD_FONT_SIZE,True)
|
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)
|
screen = pygame.display.set_mode((1280, 720),pygame.RESIZABLE)
|
||||||
drawer = pygame.surface.Surface((SCREEN_WIDTH, SCREEN_HEIGHT))
|
drawer = pygame.surface.Surface((SCREEN_WIDTH, SCREEN_HEIGHT))
|
||||||
clock = pygame.time.Clock()
|
clock = pygame.time.Clock()
|
||||||
|
|||||||
Reference in New Issue
Block a user