Skip to content

Commit

Permalink
Migrated the classic estflag resource into the png based system.
Browse files Browse the repository at this point in the history
  • Loading branch information
xStrom committed Apr 18, 2017
1 parent bd185b4 commit d12b9d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 74 deletions.
72 changes: 0 additions & 72 deletions art/estflag/estflag.go

This file was deleted.

Binary file added data/estflag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions painter/painter.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ type ResourceInfo struct {
}

var resourceInfos = []*ResourceInfo{
//&ResourceInfo{74, 35, "data/estflag.png"}, // Estonian flag [Classic above the fold flag]
//&ResourceInfo{405, 280, "data/dota.png"}, // Dota 2 logo [Near mario]

&ResourceInfo{735, 875, "data/estville2.png"}, // Estville [Bottom right project]
&ResourceInfo{74, 35, "data/estcows.png"}, // Estonian flag with 3rd party cows [Classic above the fold flag]
&ResourceInfo{405, 280, "data/dota.png"}, // Dota 2 logo [Near mario]
&ResourceInfo{74, 35, "data/estcows.png"}, // Estonian flag with 3rd party cows [Classic above the fold flag position]
}

func Work(wg *sync.WaitGroup, image *art.Image) {
Expand Down

0 comments on commit d12b9d0

Please sign in to comment.