mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Git: WTF u doing m8.
This commit is contained in:
parent
4e2c303d3b
commit
de8446e261
3 changed files with 4 additions and 4 deletions
2
dependencies/astron/config/cluster.yml
vendored
2
dependencies/astron/config/cluster.yml
vendored
|
@ -33,7 +33,7 @@ uberdogs:
|
|||
roles:
|
||||
- type: clientagent
|
||||
bind: 0.0.0.0:7199
|
||||
version: "stride-beta-dev-g20cbfe0"
|
||||
version: "tts-dev"
|
||||
client:
|
||||
relocate: true
|
||||
add_interest: enabled
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Client settings
|
||||
window-title Toontown Stride [Beta]
|
||||
server-version stride-beta-dev-g3af22c4
|
||||
server-version SERVER_VERSION_HERE
|
||||
video-library-name p3ffmpeg
|
||||
want-dev #f
|
||||
preload-avatars #t
|
||||
|
|
|
@ -27,7 +27,7 @@ class DistributedMMPiano(DistributedObject.DistributedObject):
|
|||
taskMgr.doMethodLater(4, self.setupGeom, self.uniqueName('setup-geom'))
|
||||
|
||||
def setupGeom(self, task):
|
||||
'''geom = self.cr.playGame.getPlace().loader.geom
|
||||
geom = self.cr.playGame.getPlace().loader.geom
|
||||
self.piano = geom.find('**/center_icon')
|
||||
if self.piano.isEmpty():
|
||||
loader.notify.error('Piano not found')
|
||||
|
@ -43,7 +43,7 @@ class DistributedMMPiano(DistributedObject.DistributedObject):
|
|||
base.cr.parentMgr.registerParent(ToontownGlobals.SPMinniesPiano, self.piano)
|
||||
self.accept('enter' + self.whitePartNodeName, self.__handleOnFloor)
|
||||
self.accept('exit' + self.whitePartNodeName, self.__handleOffFloor)
|
||||
self.accept('entermid_fishpond', self.__handleChangeDirectionButton)'''
|
||||
self.accept('entermid_fishpond', self.__handleChangeDirectionButton)
|
||||
self.speedUpSound = base.loadSfx('phase_6/audio/sfx/SZ_MM_gliss.ogg')
|
||||
self.changeDirectionSound = base.loadSfx('phase_6/audio/sfx/SZ_MM_cymbal.ogg')
|
||||
self.__setupSpin()
|
||||
|
|
Loading…
Reference in a new issue