summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/scripts/transform.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Framework/scripts/transform.lua')
-rw-r--r--Source/Asura.Framework/scripts/transform.lua10
1 files changed, 7 insertions, 3 deletions
diff --git a/Source/Asura.Framework/scripts/transform.lua b/Source/Asura.Framework/scripts/transform.lua
index a415921..1d34ae6 100644
--- a/Source/Asura.Framework/scripts/transform.lua
+++ b/Source/Asura.Framework/scripts/transform.lua
@@ -3,7 +3,11 @@ AsuraEngine.Transform = AsuraEngine.Class("Transform")
local Transform = AsuraEngine.Transform
function Transform.Ctor(self)
- self.position = {x=0, y=0}
- self.rotation = 0
- self.size = {w=0, h=0}
+ self.position = {x=0, y=0}
+ self.rotation = 0
+ self.size = {w=0, h=0}
end
+
+function Transform.Move(self)
+
+end \ No newline at end of file