mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Update for Zach
This commit is contained in:
parent
7613aaee79
commit
12d80e79e7
1 changed files with 7 additions and 0 deletions
|
@ -26,3 +26,10 @@ class GroupPage(ShtikerPage):
|
|||
|
||||
def destroy(self):
|
||||
DirectFrame.destroy(self)
|
||||
|
||||
|
||||
def cleanupDialog(self, value=0):
|
||||
self.confirmDialog.cleanup()
|
||||
|
||||
def create(self):
|
||||
self.background = OnscreenImage(parent = render2d, image="phase_3.5/map/toontown_central_tutorial_palette_4amla_1.jpg")
|
||||
|
|
Loading…
Reference in a new issue