Skip to content
Extraits de code Groupes Projets

Add script functions to get VivyDocument informations

Fichiers

+ 5
0
@@ -83,6 +83,11 @@ function Vivy:newColor (colorString)
@@ -83,6 +83,11 @@ function Vivy:newColor (colorString)
return false
return false
end
end
 
function Vivy:start () return Vivy.___Fun:start() end
 
function Vivy:finish () return Vivy.___Fun:finish() end
 
function Vivy:width () return Vivy.___Fun:width() end
 
function Vivy:height () return Vivy.___Fun:height() end
 
-- In case we are able to do the _ENV <- Vivy one day...
-- In case we are able to do the _ENV <- Vivy one day...
Vivy["Vivy"] = Vivy
Vivy["Vivy"] = Vivy
Chargement en cours