mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
conflict resolution
This commit is contained in:
parent
4f707ff8f4
commit
c84be31c37
1 changed files with 1 additions and 0 deletions
|
@ -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'):
|
||||
|
|
Loading…
Reference in a new issue