summaryrefslogtreecommitdiff
path: root/Resources
diff options
context:
space:
mode:
Diffstat (limited to 'Resources')
-rw-r--r--Resources/DefaultContent/Libraries/GameLab/Engine/Math/Euler.lua11
-rw-r--r--Resources/Editor.exebin0 -> 855040 bytes
2 files changed, 0 insertions, 11 deletions
diff --git a/Resources/DefaultContent/Libraries/GameLab/Engine/Math/Euler.lua b/Resources/DefaultContent/Libraries/GameLab/Engine/Math/Euler.lua
deleted file mode 100644
index 1f2ed78..0000000
--- a/Resources/DefaultContent/Libraries/GameLab/Engine/Math/Euler.lua
+++ /dev/null
@@ -1,11 +0,0 @@
-local Euler = GameLab.Class("Euler", "GameLab.Engine.Math")
-
-Euler.Ctor = function (self, x, y, z)
- self.x = x or 0
- self.y = y or 0
- self.z = z or 0
-end
-
-
-
-return Euler \ No newline at end of file
diff --git a/Resources/Editor.exe b/Resources/Editor.exe
new file mode 100644
index 0000000..7d4ab9d
--- /dev/null
+++ b/Resources/Editor.exe
Binary files differ