From 6756fad2ec987b48f9e2afb967d9ba65f117f9b9 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 29 Jan 2019 08:52:30 +0800 Subject: *misc --- Source/Asura.Framework/graphics/shape.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Source/Asura.Framework/graphics/shape.lua') 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 -- cgit v1.1-26-g67d0