Richard Davey
|
d1ece18c93
|
The method TilemapLayer.weightedRandomize has changed so that the parameter weightedIndexes is now first in the method and is non-optional. Previously, it was the 5th parameter and incorrectly flagged as optional. This change was made to the docs but not the parameters, but now works according to the docs
|
2021-01-14 09:48:16 +00:00 |
|
Richard Davey
|
2e91763abc
|
Fixes lots of default parameters
|
2020-11-26 12:55:40 +00:00 |
|
Richard Davey
|
417f7684c3
|
More integer to number changes
|
2020-11-23 10:32:00 +00:00 |
|
Richard Davey
|
3f511a73cd
|
Replace integer[] with number[]
|
2020-11-23 10:23:10 +00:00 |
|
Richard Davey
|
02c34cd64e
|
Replace integer with number
|
2020-11-23 10:22:13 +00:00 |
|
Richard Davey
|
f130f5e9a3
|
Fixed incorrect parameter type
|
2020-10-15 11:09:19 +01:00 |
|
Richard Davey
|
80287f6ee4
|
Path fixes
|
2020-10-12 11:51:05 +01:00 |
|
Richard Davey
|
0ba1f08f80
|
The Static and Dynamic Tilemap Layer objects have been removed and consolidated into the new TilemapLayer class.
|
2020-10-12 11:40:40 +01:00 |
|