Translation additonal and bonus flash fix

This commit is contained in:
2022-10-29 16:45:15 +11:00
parent dda914a2c5
commit 05269f6770
4 changed files with 81 additions and 39 deletions

View File

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