mirror of
https://github.com/quantum5/punyverse.git
synced 2025-04-24 13:11:57 -04:00
Using hard code of 1024 asteroids in belt.
For that texture size kills modern computers.
This commit is contained in:
parent
08f108a5fa
commit
a03b172aa0
|
@ -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
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue