1
0
Fork 0
mirror of https://github.com/quantum5/punyverse.git synced 2025-04-24 21:21:59 -04:00

Using hard code of 1024 asteroids in belt.

For that texture size kills modern computers.
This commit is contained in:
Quantum 2013-11-04 16:29:28 -05:00
parent 58bc2b9c67
commit cab7974f2a

View file

@ -292,7 +292,7 @@
"radius": "2.362 * AU", "radius": "2.362 * AU",
"cross": 1000, "cross": 1000,
"scale": 30, "scale": 30,
"count": "TEXTURE", "count": 1024,
"rotation": 114536500 "rotation": 114536500
} }
}, },