forked from Cavemanon/SnootGame
Translation additonal and bonus flash fix
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
|
||||
init python:
|
||||
|
||||
import threading
|
||||
|
||||
# CONST PARAMS
|
||||
ALLOW_ZOOM = False
|
||||
@@ -86,7 +85,7 @@ init python:
|
||||
|
||||
# Call to loading the gallery
|
||||
loadGallery()
|
||||
renpy.start_predict_screen("cg_gallery")
|
||||
#renpy.start_predict_screen("cg_gallery")
|
||||
|
||||
#sort
|
||||
|
||||
@@ -136,6 +135,7 @@ init python:
|
||||
global CaveGallery
|
||||
if (renpy.map_event(ev, 'mouseup_1')): #1026
|
||||
pass
|
||||
return
|
||||
def visit(self):
|
||||
return self.childs
|
||||
|
||||
|
Reference in New Issue
Block a user