diff options
Diffstat (limited to 'src/worldgen.moon')
| -rw-r--r-- | src/worldgen.moon | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/worldgen.moon b/src/worldgen.moon index c3e7c94..ecd3943 100644 --- a/src/worldgen.moon +++ b/src/worldgen.moon @@ -17,7 +17,5 @@ cabin = require("prefab.cabin") char = player.ProtoPlayer() gc = char\get("graphic") nc = char\get("net") -[[ -nc.properties.accel = vec2(0.1,0) -nc.properties.last_update = am.current_time! - 0.1 -]] +--nc.properties.accel = vec2(0.1,0) +--nc.properties.last_update = am.current_time! - 0.1 |
