Skip to content

Commit a01ffd9

Browse files
authored
Update Extra_Plus_Main.rpy
1 parent 7cc39d9 commit a01ffd9

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

game/submods/ExtraPlus/Extra_Plus_Main.rpy

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ init -990 python:
1010
store.mas_submod_utils.Submod(
1111
author="ZeroFixer",
1212
name="Extra Plus",
13-
description="A submod that adds an Extra+ button, as well as adding more content!\n",
14-
version="1.0.6"
13+
description="A submod that adds an Extra+ button, as well as adding more content!",
14+
version="1.0.7"
1515
)
1616

1717
#====Register the updater
@@ -94,9 +94,6 @@ define -1 casual_chibi = [
9494
]
9595
define -1 chibi_sprites_0 = []
9696
define -1 chibi_sprites_1 = []
97-
98-
# define -1 chibi_sprites_0 = [(os.path.splitext(i)[0]) for i in os.listdir(renpy.config.basedir + "/game/submods/ExtraPlus/submod_assets/sprites/accessories/0/")]
99-
# define -1 chibi_sprites_1 = [(os.path.splitext(j)[0]) for j in os.listdir(renpy.config.basedir + "/game/submods/ExtraPlus/submod_assets/sprites/accessories/1/")]
10097
default -1 persistent.chibi_accessory_layer_1 = 0
10198
default -1 persistent.chibi_accessory_layer_2 = 0
10299
default -1 persistent.hi_chibika = False

0 commit comments

Comments
 (0)