Handle noteskin lua. Thanks to Jousway.
This commit is contained in:
@@ -66,7 +66,9 @@ local function NoteskinLoader()
|
||||
t = Def.Actor {};
|
||||
end
|
||||
return t .. {
|
||||
cmd(visible,false);
|
||||
function(self)
|
||||
self:visible(false);
|
||||
end;
|
||||
};
|
||||
end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user