You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: game/submods/ExtraPlus/Extra_Plus_Main.rpy
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ init -990 python:
10
10
store.mas_submod_utils.Submod(
11
11
author="ZeroFixer",
12
12
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"
15
15
)
16
16
17
17
#====Register the updater
@@ -94,9 +94,6 @@ define -1 casual_chibi = [
94
94
]
95
95
define-1 chibi_sprites_0 = []
96
96
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/")]
0 commit comments