Skip to content

Commit

Permalink
Merge Gateway West flag fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tttppp committed Mar 13, 2024
2 parents 0cac59c + 84681a6 commit 5e76329
Show file tree
Hide file tree
Showing 3 changed files with 431 additions and 18 deletions.
4 changes: 2 additions & 2 deletions variants/beta/gatewaywest/bindata.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variants/beta/gatewaywest/gatewaywest.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var GatewayWestVariant = common.Variant{
SVGMap: func() ([]byte, error) {
return Asset("svg/gatewaywestmap.svg")
},
SVGVersion: "3",
SVGVersion: "4",
SVGUnits: map[godip.UnitType]func() ([]byte, error){
godip.Army: func() ([]byte, error) {
return Asset("svg/army.svg")
Expand Down
Loading

0 comments on commit 5e76329

Please sign in to comment.