Jump to content

Translations:Touch controls/46/zh

From DDraceNetwork
Revision as of 08:40, 1 January 2025 by ForgottenCat (talk | contribs) (Created page with "<syntaxhighlight lang="json">{ "x": 500000, "y": 500000, "w": 100000, "h": 100000, "shape": "rect", "visibilities": [ ], "behavior": { "type": "bind", "label": "Example", "label-type": "plain", "command": "echo Hello world!" } }</syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
{
    "x": 500000,
    "y": 500000,
    "w": 100000,
    "h": 100000,
    "shape": "rect",
    "visibilities": [
    ],
    "behavior": {
        "type": "bind",
        "label": "Example",
        "label-type": "plain",
        "command": "echo Hello world!"
    }
}