mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-13 20:19:25 +01:00
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:
commit
4ae29ac5fd
2 changed files with 1 additions and 1 deletions
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 a new issue