diff --git a/How-to-create-custom-touch-control-layout.md b/How-to-create-custom-touch-control-layout.md index eb7655c..dfdf503 100644 --- a/How-to-create-custom-touch-control-layout.md +++ b/How-to-create-custom-touch-control-layout.md @@ -152,7 +152,6 @@ BX_EXPOSED.test_touch_control( 1. Fork the [`gh-pages`](https://github.com/redphx/better-xcloud/tree/gh-pages) branch: 2. Create two files: `.json` and `layouts/.json` -- ⚠️ Use [DuckDuckGo's JSON Beautifier tool](https://duckduckgo.com/?t=ffab&q=format+json&ia=answer) (indent with 2 spaces) to beautify & validate the JSON contents first. - `.json`: - To find the value of `XBOX_TITLE_ID`: 1. Find the game on [dbox.tools](https://dbox.tools). [Here](https://dbox.tools/store/products/9PLZPHBNHTMF/) is the page for DOOM 1993. @@ -181,7 +180,10 @@ BX_EXPOSED.test_touch_control( } } ``` -3. Create a pull request including the screenshot of the layout. Chrome/Edge has a built-in screenshot feature: + +3. ⚠️ Use [DuckDuckGo's JSON Beautifier tool](https://duckduckgo.com/?t=ffab&q=format+json&ia=answer) (indent with 2 spaces) to beautify & validate the JSON files. + +4. Create a pull request including the screenshot of the layout. Chrome/Edge has a built-in screenshot feature: Screenshot 2024-03-10 at 10 39 49 -4. Done! That's the basic of it. I'll update with more details later. \ No newline at end of file +5. Done! That's the basic of it. I'll update with more details later. \ No newline at end of file