mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +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
|
# Add each .png to the gallery
|
||||||
# TODO: make case insensitive
|
# TODO: make case insensitive
|
||||||
|
galleryItems = []
|
||||||
for cgFile in listdir(cgDirPath):
|
for cgFile in listdir(cgDirPath):
|
||||||
if isfile(join(cgDirPath, cgFile)):
|
if isfile(join(cgDirPath, cgFile)):
|
||||||
if (cgFile[-4:] == '.png'):
|
if (cgFile[-4:] == '.png'):
|
||||||
|
|
Loading…
Reference in a new issue