Replies: 1 comment 1 reply
-
You can either use requestTransform or the more complicated addProtocol. Good luck! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For my use I need to compute a field with x and y to defined a TileNumber is it possible with this lib ?
and I need to inject an other custom field to this url.
Context:
I'm developping a fansite of a game and I need to display a map of the game.
I need to be able to change the world (the custom field i need to inject)
And the tiles from the game are from 1 to X, if the world as a width of 20 tiles when Y = 2 and X = 2 the tile I need to display is: 42.
I don't know if it make sense ?
Beta Was this translation helpful? Give feedback.
All reactions