diff options
Diffstat (limited to 'examples/game/game.tm')
| -rw-r--r-- | examples/game/game.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/game/game.tm b/examples/game/game.tm index b034f68b..36ef14ff 100644 --- a/examples/game/game.tm +++ b/examples/game/game.tm @@ -10,7 +10,7 @@ func main(map=(./map.txt)): world := @World( player=@Player(Vector2(0,0), Vector2(0,0)), goal=@Box(Vector2(0,0), Vector2(50,50), color=Color(0x10,0xa0,0x10)), - boxes=@[:@Box], + boxes=@[], ) world:load_map(map_contents) |
