Game icon

This commit is contained in:
nelle 2023-10-28 15:28:34 -06:00
parent 07fd967bde
commit c205a2a110
2 changed files with 1 additions and 0 deletions

View file

@ -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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 609 B