mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Fix VCTRL.exportAll returns userdata
This commit is contained in:
@@ -66,8 +66,7 @@ function control_type.button:export()
|
|||||||
shape = self.shape,
|
shape = self.shape,
|
||||||
key = self.key,
|
key = self.key,
|
||||||
iconSize = self.iconSize,
|
iconSize = self.iconSize,
|
||||||
alpha = self.alpha,
|
alpha = self.alpha
|
||||||
quad = self.quad
|
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
function control_type.button:reset()
|
function control_type.button:reset()
|
||||||
|
|||||||
Reference in New Issue
Block a user