diff options
author | chai <chaifix@163.com> | 2019-01-29 08:52:30 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-29 08:52:30 +0800 |
commit | 6756fad2ec987b48f9e2afb967d9ba65f117f9b9 (patch) | |
tree | 54ed8777f4ffe00c8786265bb54d62479099a4f4 /Source/Asura.Framework/graphics/shape.lua | |
parent | a94b3b42900d612d25bc1a40280a21fb46ffbc4b (diff) |
*misc
Diffstat (limited to 'Source/Asura.Framework/graphics/shape.lua')
-rw-r--r-- | Source/Asura.Framework/graphics/shape.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Source/Asura.Framework/graphics/shape.lua b/Source/Asura.Framework/graphics/shape.lua index e69de29..6d737f0 100644 --- a/Source/Asura.Framework/graphics/shape.lua +++ b/Source/Asura.Framework/graphics/shape.lua @@ -0,0 +1,12 @@ +-- +-- 2D图形 +-- +AsuraEngine.Shape = AsuraEngine.Asset.Sub("Shape") + +local Shape = AsuraEngine.Shape + +function Shape.Ctor(self) + +end + +return Shape
\ No newline at end of file |