diff options
Diffstat (limited to 'root/animations/twisted.moon')
| -rw-r--r-- | root/animations/twisted.moon | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
