sunrize
Version:
A Multi-Platform X3D Editor
19 lines (13 loc) • 352 B
JavaScript
const
Interface = require ("../Application/Interface")
module .exports = class AnimationEditor extends Interface
{
constructor (element)
{
super (`Sunrize.AnimationEditor.${element .attr ("id")}.`)
this .animationEditor = element
this .animationEditor .text ("Animation Editor")
this .setup ()
}
}