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