From b5ad43c7d552f8275d0a364372b2b9d891e3c849 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 17 May 2021 21:13:23 -0300 Subject: Add the game icon --- game/icon.ico | Bin 0 -> 54413 bytes game/options.rpy | 1 + icon.ico | Bin 0 -> 54413 bytes 3 files changed, 1 insertion(+) create mode 100644 game/icon.ico create mode 100644 icon.ico diff --git a/game/icon.ico b/game/icon.ico new file mode 100644 index 0000000..afa69ed Binary files /dev/null and b/game/icon.ico differ diff --git a/game/options.rpy b/game/options.rpy index e2da347..a2a5b1b 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -231,6 +231,7 @@ init python: build.documentation('*.html') build.documentation('*.txt') + config.window_icon="icon.ico" # Remove renpy license from About. LGPL and MIT doesn't require it. # Instead, leave only the link to Ren'Py licenses and legales. diff --git a/icon.ico b/icon.ico new file mode 100644 index 0000000..afa69ed Binary files /dev/null and b/icon.ico differ -- cgit v1.2.3-70-g09d2