Closes: lazysnake/feature/ISSUE-3_CG_Gallery #3 #55

Closed
nutbuster wants to merge 50 commits from lazysnake/feature/ISSUE-3_CG_Gallery into Monster-Update-6
1 changed files with 1 additions and 0 deletions
Showing only changes of commit c84be31c37 - Show all commits

View File

@ -66,6 +66,7 @@ init python:
# Add each .png to the gallery
# TODO: make case insensitive
galleryItems = []
for cgFile in listdir(cgDirPath):
if isfile(join(cgDirPath, cgFile)):
if (cgFile[-4:] == '.png'):