diff options
author | chai <chaifix@163.com> | 2019-01-31 20:31:47 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-31 20:31:47 +0800 |
commit | f756fa0a17675ea70956af9c42f6c1117a84f9bd (patch) | |
tree | 511beef1d3b7ee973cbc0b1f710456c2fd434488 /Source/Asura.Framework/scripts/graphics/image.lua | |
parent | ec52706ef07e0ef3c07cb60f2f643f020646c9e8 (diff) |
*misc
Diffstat (limited to 'Source/Asura.Framework/scripts/graphics/image.lua')
-rw-r--r-- | Source/Asura.Framework/scripts/graphics/image.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Asura.Framework/scripts/graphics/image.lua b/Source/Asura.Framework/scripts/graphics/image.lua index ae91466..c96906b 100644 --- a/Source/Asura.Framework/scripts/graphics/image.lua +++ b/Source/Asura.Framework/scripts/graphics/image.lua @@ -35,4 +35,6 @@ end --image不可再编辑器编辑,所以没有ToAsset方法 --function Image.ToAsset() ---end
\ No newline at end of file +--end + +return Image
\ No newline at end of file |