From 47471f927290dcdec3b2038c1cee612bc000d44d Mon Sep 17 00:00:00 2001 From: Crimson Fox <43253740+CrimsonFox762@users.noreply.github.com> Date: Wed, 18 Oct 2023 11:01:22 -0400 Subject: [PATCH] Bug Fix for Photo Fun --- toontown/minigame/DistributedPhotoGame.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toontown/minigame/DistributedPhotoGame.py b/toontown/minigame/DistributedPhotoGame.py index 5321eec..35e1cc2 100644 --- a/toontown/minigame/DistributedPhotoGame.py +++ b/toontown/minigame/DistributedPhotoGame.py @@ -28,6 +28,8 @@ from toontown.makeatoon import NameGenerator from otp.otpbase import OTPGlobals from toontown.battle import BattleParticles from toontown.minigame import PhotoGameBase +from panda3d.otp import * + WORLD_SCALE = 2.0 FAR_PLANE_DIST = 600 * WORLD_SCALE STAGE_Z_OFFSET = 7.0