Hello everyone, I would like to return some custom information to the Client when performing a custom authentication in construct3...
example below:
{ "ResultCode": 1, "UserId": "SomeUniqueStringId", "Nickname": "SomeNiceDisplayName" , "Data": { "avatar": "linktoAvatar", "Level": 10 } }
Is there any way to read the results of : "Data" -> "avatar" and "Data" -> "Level" ???
Develop games in your browser. Powerful, performant & highly capable.
hello everyone !
have some jslibrary called : deck.of.cards link
i would like to wrap this into c3, its possible ?
github = https://github.com/deck-of-cards/deck-of-cards
i am trying to hide and show a layer using javascript. someone can show me a way ?