Morteza Ziyaeimehr

Results 29 issues of Morteza Ziyaeimehr

Add some sound effects for turning dice, moving, game start/finish, ...

Explain keyboard shortcuts and game rules in help page.

We can configure some things, for example speed of movements and play/mute sound

Show libraries and packages used to build this project in a page

If you add `@change` on `` it will execute the onChange method two times. Once with $event parameter and second time with it's new value. `` ``` methods: { onChange(parameter1)...

Is there a way to add custom interceptors to the uploader plugin requests? I added a interceptor to all my requests but it didn't apply on requests of this plugin....

enhancement

Tried this: ``` tg.sendMessage(some_chat_id, "My Message", { reply_markup: { inline_keyboard: [[{text: "button text", url: "http://google.com"}]] } }); ``` But seems not works.