Files
ZandarioandGitHub 3311914e4b Universal Smoothing Support (#4796)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
Nothing much besides adding the basic support that I've done a million
times in my many canceled smoothing PRs
2022-12-06 22:06:51 -08:00

6 lines
189 B
Plaintext

/**
* The icon_state for space.
* There is 25 total icon states that vary based on the x/y/z position of the turf.
*/
#define SPACE_ICON_STATE(x, y, z) "[((x + y) ^ ~(x * y) + z) % 25]"