Game icon
This commit is contained in:
parent
07fd967bde
commit
c205a2a110
2 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ object GameConfig {
|
||||||
.withDefaultTileset(TILESET)
|
.withDefaultTileset(TILESET)
|
||||||
.withSize(WINDOW_WIDTH, WINDOW_HEIGHT)
|
.withSize(WINDOW_WIDTH, WINDOW_HEIGHT)
|
||||||
.withTitle("$GAME_ID | $GAME_VER")
|
.withTitle("$GAME_ID | $GAME_VER")
|
||||||
|
.withIcon("assets/icon.png")
|
||||||
.build()
|
.build()
|
||||||
|
|
||||||
//TODO: Replace most of this with a json/yaml/whatever config file for the user to be able to edit.
|
//TODO: Replace most of this with a json/yaml/whatever config file for the user to be able to edit.
|
||||||
|
|
BIN
src/main/resources/assets/icon.png
Normal file
BIN
src/main/resources/assets/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 609 B |
Loading…
Reference in a new issue