historical/toontown-classic.git/toontown/safezone/DLPlayground.py

14 lines
431 B
Python
Raw Normal View History

2024-01-16 11:20:27 -06:00
from panda3d.core import *
import Playground
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))