Commit Graph

4 Commits

Author SHA1 Message Date
EmeraldBlock a79500d574
Fix non-uniform distribution for freeplay shape color palette (#789)
* use nextIntRange instead of nextIntRangeInclusive

* Remove nextIntRangeInclusive

This function gave the minimum and maximum integer half as much weight, and it was not used anywhere except to generate a freeplay shape color palette, and that now uses nextIntRange.
2020-10-08 08:44:10 +02:00
tobspr 2e266f5f21 Get rid of 'builtins' file since its useless and causes performance issues 2020-06-27 10:51:52 +02:00
tobspr b01d38e55d Initial support for saving games 2020-05-14 21:54:11 +02:00
Tobias Springer 93c6ea683d Initial commit 2020-05-09 16:45:23 +02:00