Merge pull request 'Remove text0.png duplicate' (#73) from nutbuster/SnootGame:insult_layer into Monster-Update-6

Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/73
This commit is contained in:
PrincipalSpears 2021-09-02 23:33:19 +00:00
commit 4ae29ac5fd
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

View file

@ -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]