Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit 7d9e9d1

Browse files
committed
add the use of the 'new' anim panel as an option
i think this should just be remoed. the 'pose' slider works fine, and the anim panel breaks some stuff and doesnt support smooth animations
1 parent b116030 commit 7d9e9d1

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Configrc.prc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ sync-video #f
1818

1919
# Configrc for running the Robot Toon Manager
2020

21+
want-anim-panel #f
22+
2123
# Use local copy of ttmodels
2224
#model-path /e/Clash/resources/
2325
model-path .

toontown/toon/RobotToonManager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1922,7 +1922,7 @@ def createInterface(self):
19221922

19231923
animFrame = Frame(self.pageOne)
19241924

1925-
if not base.config.GetBool('want-new-anims', 1):
1925+
if not base.config.GetBool('want-anim-panel', 1):
19261926
self.animButton = Menubutton(animFrame, width = 18,
19271927
text = 'Anims',
19281928
relief = RAISED,

0 commit comments

Comments
 (0)