summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/graphics/camera.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Framework/graphics/camera.lua')
-rw-r--r--Source/Asura.Framework/graphics/camera.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/Asura.Framework/graphics/camera.lua b/Source/Asura.Framework/graphics/camera.lua
new file mode 100644
index 0000000..41d4394
--- /dev/null
+++ b/Source/Asura.Framework/graphics/camera.lua
@@ -0,0 +1,7 @@
+local Camera = Class()
+
+Camera.mIsOnScreen = false
+
+Camera.mIsCulling = false
+
+return Camera \ No newline at end of file