forked from Cavemanon/SnootGame
Remove text0.png duplicate
This commit is contained in:
parent
60a6f8acac
commit
b886497f89
Binary file not shown.
Before Width: | Height: | Size: 28 KiB |
@ -24,7 +24,7 @@ init python:
|
||||
import webbrowser
|
||||
#function for insult layers
|
||||
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)
|
||||
picked = random.randint(0,length - 1)
|
||||
fileName = files[picked]
|
||||
|
Loading…
Reference in New Issue
Block a user