Add player motion and key controllers

This commit is contained in:
Rafostar
2020-10-12 16:25:54 +02:00
parent e2d6cc440d
commit d3e4f3bb0f
5 changed files with 46 additions and 35 deletions

View File

@@ -10,6 +10,13 @@ class ClapperCustomRevealer extends Gtk.Revealer
{
_init(opts)
{
opts = opts || {};
let defaults = {
visible: false,
};
Object.assign(opts, defaults);
super._init(opts);
this.revealerName = '';