forked from Cavemanon/SnootGame
Remove text0.png duplicate
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 28 KiB |
@ -24,7 +24,7 @@ init python:
|
|||||||
import webbrowser
|
import webbrowser
|
||||||
#function for insult layers
|
#function for insult layers
|
||||||
def showCG():
|
def showCG():
|
||||||
files = ["text0", "text1", "text2", "text3", "text4", "text5", "text6", "text7", "text8", "text9"]
|
files = ["text1", "text2", "text3", "text4", "text5", "text6", "text7", "text8", "text9"]
|
||||||
length = len(files)
|
length = len(files)
|
||||||
picked = random.randint(0,length - 1)
|
picked = random.randint(0,length - 1)
|
||||||
fileName = files[picked]
|
fileName = files[picked]
|
||||||
|
Reference in New Issue
Block a user