fix stdcomp.lua

This commit is contained in:
MihailRis 2024-08-11 21:16:37 +03:00
parent 1e00a82db5
commit 8e269e3693

View File

@ -47,6 +47,8 @@ local Skeleton = {__index={
index=function(self, s) return __skeleton.index(self.eid, s) end,
is_visible=function(self, i) return __skeleton.is_visible(self.eid, i) end,
set_visible=function(self, i, b) return __skeleton.set_visible(self.eid, i, b) end,
get_color=function(self) return __skeleton.get_color(self.eid) end,
set_color=function(self, color) return __skeleton.set_color(self.eid, color) end,
}}
local function new_Skeleton(eid)