From 90ee66a3a6aae10fd84f3f43844db55229933e37 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Sun, 12 Jan 2025 22:45:37 -0600 Subject: work --- src/world.moon | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/world.moon') 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:{} -- cgit v1.2.3-70-g09d2