diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-17 21:13:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-17 21:13:23 -0300 |
commit | b5ad43c7d552f8275d0a364372b2b9d891e3c849 (patch) | |
tree | 4718e927c128723d1fc82a08c4f7b9b107148e28 | |
parent | 35d4fdcab02925c8e5c65f47a34e8063c34b66b0 (diff) | |
download | renpy-b5ad43c7d552f8275d0a364372b2b9d891e3c849.tar.gz renpy-b5ad43c7d552f8275d0a364372b2b9d891e3c849.tar.bz2 renpy-b5ad43c7d552f8275d0a364372b2b9d891e3c849.tar.xz renpy-b5ad43c7d552f8275d0a364372b2b9d891e3c849.zip |
Add the game iconv2021.05.17
-rw-r--r-- | game/icon.ico | bin | 0 -> 54413 bytes | |||
-rw-r--r-- | game/options.rpy | 1 | ||||
-rw-r--r-- | icon.ico | bin | 0 -> 54413 bytes |
3 files changed, 1 insertions, 0 deletions
diff --git a/game/icon.ico b/game/icon.ico Binary files differnew file mode 100644 index 0000000..afa69ed --- /dev/null +++ b/game/icon.ico 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 Binary files differnew file mode 100644 index 0000000..afa69ed --- /dev/null +++ b/icon.ico |