oldschool-toontown/toontown/safezone/DLPlayground.py

14 lines
438 B
Python
Raw Normal View History

from panda3d.core import *
from . import Playground
2019-11-02 22:27:54 +00:00
import random
class DLPlayground(Playground.Playground):
def __init__(self, loader, parentFSM, doneEvent):
Playground.Playground.__init__(self, loader, parentFSM, doneEvent)
def showPaths(self):
from toontown.classicchars import CCharPaths
from toontown.toonbase import TTLocalizer
self.showPathPoints(CCharPaths.getPaths(TTLocalizer.Donald))