fix stdcomp.lua
This commit is contained in:
parent
1e00a82db5
commit
8e269e3693
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user