Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

[Feature]: A tick is required for some messages #61

Closed
ColaWithSugar opened this issue Apr 15, 2024 · 0 comments
Closed

[Feature]: A tick is required for some messages #61

ColaWithSugar opened this issue Apr 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ColaWithSugar
Copy link
Contributor

ColaWithSugar commented Apr 15, 2024

Is your feature request related to a problem? Please describe.

SAFE_ZONE message ticks are required to be added to specify the time to narrow the safe zone.
MAP and SUPPLIES message ticks are recommended to be added to sort messages across different files.

Describe the solution you'd like

{
      "messageType": "MAP",
      "currentTicks": 0   //<======= recommended
      "data": {
            ......
      }
},
{
      "messageType": "SUPPLIES",
      "currentTicks": 0   //<======= recommended
      "data": {
            ......
      }
}
{
      "messageType": "SAFE_ZONE",
      "currentTicks": xxx   //<======= required
      "data": {
        "center": {
          "x": 220.67372532904847,
          "y": 191.43676226993375
        },
        "radius": 252.45892333984375
      }
},

Describe alternatives you've considered

No response

Additional context

No response

@ColaWithSugar ColaWithSugar added the enhancement New feature or request label Apr 15, 2024
@ColaWithSugar ColaWithSugar changed the title [Feature]: Get all messages a tick. [Feature]: A tick is required for some messages Apr 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants