forked from Cavemanon/SnootGame
Translation additonal and bonus flash fix
This commit is contained in:
@@ -4,7 +4,7 @@ label splashscreen:
|
||||
$ renpy.movie_cutscene("images/intros/CaveManonProductions.webm")
|
||||
|
||||
python:
|
||||
import pygame
|
||||
#import pygame
|
||||
|
||||
CACHE_PATH = config.basedir.replace("\\","/") + "/game/cache/"
|
||||
|
||||
@@ -19,7 +19,7 @@ label splashscreen:
|
||||
pass
|
||||
else:
|
||||
data = src_image.load() #Returns a pygame surface
|
||||
pygame.image.save(data, final) #Saves the image to file
|
||||
#pygame.image.save(data, final) #Saves the image to file
|
||||
#print('O', final)
|
||||
|
||||
#save_thumb(NOT_UNLOCKED_COVER,"default","jpg")
|
||||
@@ -61,7 +61,8 @@ label splashscreen:
|
||||
|
||||
stop sound
|
||||
|
||||
if (persistent.languaged_up == 10000):
|
||||
if (persistent.languaged_up is None):
|
||||
$ persistent.languaged_up = True
|
||||
call screen translator_popup
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user