|
2 | 2 | "author": "", |
3 | 3 | "category": "Input", |
4 | 4 | "extensionNamespace": "", |
5 | | - "fullName": "Multitouch joystick and buttons", |
| 5 | + "fullName": "Multitouch joystick and buttons (deprecated)", |
6 | 6 | "helpPath": "https://wiki.gdevelop.io/gdevelop5/extensions/multitouch-joystick/start", |
7 | 7 | "iconUrl": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iSWNvbnMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMTYiIGN5PSIxNiIgcj0iMTMiLz4NCjxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9IjI4LjQsMTIgMjAsMTIgMjAsMy42ICIvPg0KPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMjAsMjguNCAyMCwyMCAyOC40LDIwICIvPg0KPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMy42LDIwIDEyLDIwIDEyLDI4LjQgIi8+DQo8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIxMiwzLjYgMTIsMTIgMy42LDEyICIvPg0KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxNiw2IDE2LjcsNyAxNS4zLDcgIi8+DQo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjE2LDI2IDE1LjMsMjUgMTYuNywyNSAiLz4NCjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNiwxNiA3LDE1LjMgNywxNi43ICIvPg0KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyNiwxNiAyNSwxNi43IDI1LDE1LjMgIi8+DQo8L3N2Zz4NCg==", |
8 | 8 | "name": "MultitouchJoystick", |
9 | 9 | "previewIconUrl": "https://resources.gdevelop-app.com/assets/Icons/Line Hero Pack/Master/SVG/Videogames/Videogames_controller_joystick_arrows_direction.svg", |
10 | 10 | "shortDescription": "Activate a joystick or buttons that can be controlled by interacting with a touchscreen.", |
11 | | - "version": "1.2.0", |
| 11 | + "version": "1.2.1", |
12 | 12 | "description": [ |
13 | 13 | "Users can interact with the multitouch joystick to specify angle and force values. These values can be used to control other objects in the scene such as movement and rotation, such as for twin-stick shooter games.", |
14 | 14 | "", |
15 | 15 | "Mulitouch buttons can be used whenever a game allows the user to press multiple locations at once.", |
16 | 16 | "", |
| 17 | + "This extension is deprecated. Please install the new extension with the same name and remove this one after replacing the actions, conditions and expressions in your project.", |
| 18 | + "", |
17 | 19 | "How to use:", |
18 | 20 | "", |
19 | 21 | "- Add the joystick behavior to a sprite that will be the joystick ", |
|
1168 | 1170 | "eventsBasedBehaviors": [ |
1169 | 1171 | { |
1170 | 1172 | "description": "Activate a joystick that can be controlled by interacting with a touchscreen.", |
1171 | | - "fullName": "Multitouch Joystick", |
| 1173 | + "fullName": "Multitouch Joystick (deprecated)", |
1172 | 1174 | "name": "MultitouchJoystick", |
1173 | 1175 | "objectType": "", |
1174 | 1176 | "eventsFunctions": [ |
|
3423 | 3425 | }, |
3424 | 3426 | { |
3425 | 3427 | "description": "Detect button presses made from a touchscreen.", |
3426 | | - "fullName": "Multitouch button", |
| 3428 | + "fullName": "Multitouch button (deprecated)", |
3427 | 3429 | "name": "MultitouchButton", |
3428 | 3430 | "objectType": "", |
3429 | 3431 | "eventsFunctions": [ |
|
4108 | 4110 | }, |
4109 | 4111 | { |
4110 | 4112 | "description": "Control a platformer character with a multitouch controller.", |
4111 | | - "fullName": "Platformer multitouch controller mapper", |
| 4113 | + "fullName": "Platformer multitouch controller mapper (deprecated)", |
4112 | 4114 | "name": "PlatformerMultitouchMapper", |
4113 | 4115 | "objectType": "", |
4114 | 4116 | "eventsFunctions": [ |
|
0 commit comments