|
9 | 9 | "name": "TwoChoicesDialogBoxes", |
10 | 10 | "previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/Interface Elements/0842ffc478006e9b6687fca9a5761494c4efd1df873220637af5b4ac7253f850_Interface Elements_interface_ui_window_application_app_button_cta.svg", |
11 | 11 | "shortDescription": "A dialog box with buttons to let users make a choice.", |
12 | | - "version": "0.3.1", |
| 12 | + "version": "0.3.2", |
13 | 13 | "description": [ |
14 | 14 | "A dialog box showing multiple options (usually \"yes\" and \"no\") and a customizable text message.", |
15 | 15 | "It handles keyboard, gamepad and touch controls.", |
|
265 | 265 | "ambientLightColorB": 200, |
266 | 266 | "ambientLightColorG": 200, |
267 | 267 | "ambientLightColorR": 200, |
| 268 | + "camera2DPlaneMaxDrawingDistance": 5000, |
268 | 269 | "camera3DFarPlaneDistance": 10000, |
269 | 270 | "camera3DFieldOfView": 45, |
270 | 271 | "camera3DNearPlaneDistance": 3, |
|
516 | 517 | }, |
517 | 518 | "parameters": [ |
518 | 519 | "", |
519 | | - "HoverSound.wav", |
| 520 | + "HoveredSound", |
520 | 521 | "", |
521 | 522 | "20", |
522 | 523 | "RandomFloatInRange(0.8,0.9)" |
|
612 | 613 | }, |
613 | 614 | "parameters": [ |
614 | 615 | "", |
615 | | - "HoverSound.wav", |
| 616 | + "HoveredSound", |
616 | 617 | "", |
617 | 618 | "20", |
618 | 619 | "RandomFloatInRange(0.8,0.9)" |
|
697 | 698 | }, |
698 | 699 | "parameters": [ |
699 | 700 | "", |
700 | | - "HoverSound.wav", |
| 701 | + "HoveredSound", |
701 | 702 | "", |
702 | 703 | "20", |
703 | 704 | "RandomFloatInRange(0.8,0.9)" |
|
1392 | 1393 | ], |
1393 | 1394 | "hidden": true, |
1394 | 1395 | "name": "_PropertyMapping" |
| 1396 | + }, |
| 1397 | + { |
| 1398 | + "value": "", |
| 1399 | + "type": "Resource", |
| 1400 | + "label": "Sound at hovering", |
| 1401 | + "extraInformation": [ |
| 1402 | + "audio" |
| 1403 | + ], |
| 1404 | + "choices": [], |
| 1405 | + "name": "HoveredSound" |
1395 | 1406 | } |
1396 | 1407 | ] |
1397 | 1408 | } |
1398 | 1409 | ], |
1399 | 1410 | "requiredExtensions": [ |
1400 | 1411 | { |
1401 | 1412 | "extensionName": "Gamepads", |
1402 | | - "extensionVersion": "0.9.0" |
| 1413 | + "extensionVersion": "0.9.1" |
1403 | 1414 | }, |
1404 | 1415 | { |
1405 | 1416 | "extensionName": "PanelSpriteButton", |
|
0 commit comments