From a03b172aa017eb286497993b6f8ed27d91f66abe Mon Sep 17 00:00:00 2001 From: Quantum Date: Mon, 4 Nov 2013 16:29:28 -0500 Subject: [PATCH] Using hard code of 1024 asteroids in belt. For that texture size kills modern computers. --- punyverse/world.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/punyverse/world.json b/punyverse/world.json index 3e79958..84ed40f 100644 --- a/punyverse/world.json +++ b/punyverse/world.json @@ -292,7 +292,7 @@ "radius": "2.362 * AU", "cross": 1000, "scale": 30, - "count": "TEXTURE", + "count": 1024, "rotation": 114536500 } },