Merge pull request #107 from CrimsonFox762/bug-fix

Bug Fix for Photo Fun
This commit is contained in:
Little Cat 2023-10-18 18:46:38 -03:00 committed by GitHub
commit c50df48a06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,8 @@ from toontown.makeatoon import NameGenerator
from otp.otpbase import OTPGlobals from otp.otpbase import OTPGlobals
from toontown.battle import BattleParticles from toontown.battle import BattleParticles
from toontown.minigame import PhotoGameBase from toontown.minigame import PhotoGameBase
from panda3d.otp import *
WORLD_SCALE = 2.0 WORLD_SCALE = 2.0
FAR_PLANE_DIST = 600 * WORLD_SCALE FAR_PLANE_DIST = 600 * WORLD_SCALE
STAGE_Z_OFFSET = 7.0 STAGE_Z_OFFSET = 7.0