Add animation import action to toolbar

This commit is contained in:
JannisX11 2021-01-27 13:57:35 +01:00
parent 98f8692695
commit bd86a92192

View File

@ -1714,9 +1714,13 @@ const BARS = {
id: 'animations',
children: [
'add_animation',
'load_animation_file',
'slider_animation_length',
]
})
Blockbench.onUpdateTo('3.8', () => {
Toolbars.animations.add(BarItems.load_animation_file, 1);
})
Toolbars.keyframe = new Toolbar({
id: 'keyframe',
children: [