summaryrefslogtreecommitdiff
path: root/src/world_test.moon
diff options
context:
space:
mode:
Diffstat (limited to 'src/world_test.moon')
-rw-r--r--src/world_test.moon15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/world_test.moon b/src/world_test.moon
new file mode 100644
index 0000000..7ba6eb8
--- /dev/null
+++ b/src/world_test.moon
@@ -0,0 +1,15 @@
+shader = require("shaders.world")
+win = require("window")
+hc = require("party.hardoncollider.init")
+world = require("world")
+
+
+world_cache = {
+
+}
+print("Before setting world level:", world)
+world.level = {
+ graphics:{}
+ entities:{}
+ graphic_world: hc\new(5)
+}