moddio2
moddio2 copied to clipboard
HTML5 multiplayer game engine
### Rationale for implementing this: Why is this needed? What does it help accomplish? ### Referenced Issue: Github issue of the requested feature ### Demo game JSON: A demonstration of...
This issue is still present as reported in the taro repo [here](https://github.com/moddio/taro/issues/21) 
uses the same code as "prettify leaderboard" in game UI settings takes a number input and returns it as string like 4.01K or 6.90M 
Can replicate by multiplying player score by 11 until the display breaks:  Here's an example in a live game:  See this JSON for a demonstration of the issue:...
### Rationale for implementing this: Helpful for preventing repetition for converting positions to a tile, whether for trying to get the tile ID of a position, or centering a unit...
This action allow you to play tween of entity. At the moment you can only play tween in effect tab of the entity which is not flexible. ## Action Details:...