aboutsummaryrefslogtreecommitdiffstats
path: root/root/animations
diff options
context:
space:
mode:
Diffstat (limited to 'root/animations')
-rw-r--r--root/animations/init.moon4
-rw-r--r--root/animations/koch.moon6
-rw-r--r--root/animations/twisted.moon6
3 files changed, 8 insertions, 8 deletions
diff --git a/root/animations/init.moon b/root/animations/init.moon
index ba8cb91..c968cfd 100644
--- a/root/animations/init.moon
+++ b/root/animations/init.moon
@@ -1,5 +1,5 @@
-import div, h3, ul, li, a from require 'lib.dom'
-import define_fileders from require 'lib.mmmfs'
+import div, h3, ul, li, a from require 'mmm.dom'
+import define_fileders from require 'mmm.mmmfs'
Fileder = define_fileders ...
require = relative ...
diff --git a/root/animations/koch.moon b/root/animations/koch.moon
index 9b8217d..4d16b8a 100644
--- a/root/animations/koch.moon
+++ b/root/animations/koch.moon
@@ -1,4 +1,4 @@
-import define_fileders from require 'lib.mmmfs'
+import define_fileders from require 'mmm.mmmfs'
Fileder = define_fileders ...
with Fileder {
@@ -9,8 +9,8 @@ with Fileder {
if MODE == 'CLIENT'
Math = window.Math
- import CanvasApp from require 'lib.canvasapp'
- import hsl from require 'lib.color'
+ import CanvasApp from require 'mmm.canvasapp'
+ import hsl from require 'mmm.color'
class KochDemo extends CanvasApp
width: 600
diff --git a/root/animations/twisted.moon b/root/animations/twisted.moon
index 9e97738..68bdac6 100644
--- a/root/animations/twisted.moon
+++ b/root/animations/twisted.moon
@@ -1,4 +1,4 @@
-import define_fileders from require 'lib.mmmfs'
+import define_fileders from require 'mmm.mmmfs'
Fileder = define_fileders ...
with Fileder {
@@ -7,8 +7,8 @@ with Fileder {
}
if MODE == 'CLIENT'
- import CanvasApp from require 'lib.canvasapp'
- import hsl from require 'lib.color'
+ import CanvasApp from require 'mmm.canvasapp'
+ import hsl from require 'mmm.color'
Math = window.Math