forked from Cavemanon/SnootGame
conflict resolution
This commit is contained in:
@ -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'):
|
||||
|
Reference in New Issue
Block a user