summaryrefslogtreecommitdiff
path: root/src/world.moon
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.moon')
-rw-r--r--src/world.moon9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/world.moon b/src/world.moon
index d511e88..3e4e09a 100644
--- a/src/world.moon
+++ b/src/world.moon
@@ -6,13 +6,12 @@ ecs = require("ecs")
--Use a collider to decide what to render
x = {
world_e: ecs.Entity(1)
- world_x: 0
+ -- local offsets from the world
+ world_x: 0
world_y: 0
+ -- Have we selected an input type yet?
controller_selected: false
- hosting: false
- peer_channels: {}
- network_proposed: {}
- network_commited: {}
+ -- Level information
level: {
graphics:{}
entities:{}