added semicolons
This commit is contained in:
parent
cb47786810
commit
cb2895c498
@ -22,13 +22,13 @@ type RenderingConfig struct {
|
|||||||
func DefaultRenderingConfig() RenderingConfig {
|
func DefaultRenderingConfig() RenderingConfig {
|
||||||
return RenderingConfig{
|
return RenderingConfig{
|
||||||
HeaderPhrases: []string{
|
HeaderPhrases: []string{
|
||||||
"GirlJuice.Inject()",
|
"GirlJuice.Inject();",
|
||||||
"Child.CrowdKill()",
|
"Child.CrowdKill();",
|
||||||
"CopCar.Burn()",
|
"CopCar.Burn();",
|
||||||
"You.Cute = true",
|
"You.Cute = true;",
|
||||||
"You.Gay = true",
|
"You.Gay = true;",
|
||||||
"Nazi.Punch()",
|
"Nazi.Punch();",
|
||||||
"Dolls.GiveGuns()",
|
"Dolls.GiveGuns();",
|
||||||
},
|
},
|
||||||
BackgroundScrollX: "1",
|
BackgroundScrollX: "1",
|
||||||
BackgroundScrollY: "0",
|
BackgroundScrollY: "0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user