iAndyHD3 / WSLiveEditor

websocket server to interact with the geometry dash editor
5 stars 6 forks source link

[FEATURE REQUEST] Add custom color changing #5

Closed tbvns closed 7 months ago

tbvns commented 7 months ago

For my current project, I need to be able to change the custom color of the level. I thought at first I'd make a fork of this mod to do that and not request someone else to do my job. But I don't know C++ and the GeodeSDK.

The request could look something like this:

{
  "action": "COLOR",
  "id": "id",
  "color": "r,g,b"
}

so it would look something like this:

{
  "action": "COLOR",
  "id": "5",
  "color": "20,58,204"
}
iAndyHD3 commented 7 months ago

sure! will get around adding this soon. let me know if you have more feature requests

iAndyHD3 commented 7 months ago

let me know if there are any issues (i could not really test much)