moddio2 icon indicating copy to clipboard operation
moddio2 copied to clipboard

HTML5 multiplayer game engine

Results 101 moddio2 issues
Sort by recently updated
recently updated
newest added

### 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) ![image](https://github.com/moddio/moddio2/assets/138824486/c74670f1-7288-464f-904b-da179653b0ca)

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 ![image](https://github.com/moddio/moddio2/assets/29110130/2fc3c97d-c4d1-41af-8e6a-8e4cc0bc6eb0)

good first issue
script action/variable/trigger

Can replicate by multiplying player score by 11 until the display breaks: ![numleaderboard](https://github.com/moddio/moddio2/assets/29110130/b2019e31-0867-458a-9719-7443023cdbf0) Here's an example in a live game: ![image](https://github.com/moddio/moddio2/assets/29110130/d1ef5930-33db-438f-abff-60a90a71e976) See this JSON for a demonstration of the issue:...

bug
enhancement

### 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:...