diff --git a/.gitignore b/.gitignore index f53ec38..cd9c922 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ *.pdf +*.png +*.blend +*.blend1 .updateVersion \ No newline at end of file diff --git a/cards.typ b/cards.typ index ac822c7..d8f6300 100644 --- a/cards.typ +++ b/cards.typ @@ -261,7 +261,7 @@ #repeat("GAME OF INTRIGUE") ] #v(2em, weak: true) - #logo_text + #logo_text(color: if role {black} else {white}) #v(2em, weak: true) #text(font: "Chivo Mono", fill: secret_gradient)[ #repeat("GAME OF INTRIGUE") diff --git a/cards_abstract.typ b/cards_abstract.typ index 87f2c72..5136022 100644 --- a/cards_abstract.typ +++ b/cards_abstract.typ @@ -272,7 +272,7 @@ #repeat("GAME OF INTRIGUE") ] #v(2em, weak: true) - #logo_text + #logo_text(color: if role {black} else {white}) #v(2em, weak: true) #text(font: "Chivo Mono", fill: secret_gradient)[ #repeat("GAME OF INTRIGUE") diff --git a/cover.typ b/cover.typ new file mode 100644 index 0000000..7deed01 --- /dev/null +++ b/cover.typ @@ -0,0 +1,10 @@ +#import "data.typ": * + +#set page(fill: black, width: 1024pt, height: 1024pt, margin: 0%) +#set text(font: "Inter Tight", fill: white, size: 2.6em) +#place( + center + horizon, + dx: -14pt +)[ + #logo(banner: true) +] \ No newline at end of file diff --git a/data.typ b/data.typ index 24ddf47..22e82c8 100644 --- a/data.typ +++ b/data.typ @@ -1,4 +1,4 @@ -#let version = "1.0.3" +#let version = "1.0.4" // Game settings #let colors = ( @@ -154,11 +154,11 @@ )#h(side_distance) ] -#let logo_text = [ +#let logo_text(color: white) = [ #text( weight: "extrabold", size: 5em, - fill: white + fill: color )[ GAME #text( @@ -194,7 +194,7 @@ #let logo(subtitle: true, banner: false) = [ #rotate(-skew_angle)[ #skew(-skew_angle)[ - #logo_text + #logo_text() #if subtitle [ #text( weight: "extrabold",