|
19 | 19 | "- Ammo management", |
20 | 20 | "- Overheat", |
21 | 21 | "", |
| 22 | + "The speed can be specified when using the actions to fire the bullets.", |
| 23 | + "The bullets are automatically given a permanent force to make them move (no need to use a linear movement or move them with another behavior)." |
| 24 | + "", |
22 | 25 | "It can be used for:", |
23 | 26 | "- Twin-stick shooters ([open the project online](https://editor.gdevelop.io/?project=example://conviction-of-gun-dude-desktop))", |
24 | 27 | "- Shoot'em up ([open the project online](https://editor.gdevelop.io/?project=example://space-shooter))", |
|
52 | 55 | "eventsFunctions": [], |
53 | 56 | "eventsBasedBehaviors": [ |
54 | 57 | { |
55 | | - "description": "Fire bullets, manage ammo, reloading, and overheating. Once added to your object that must shoot, use the behavior action in your events to fire another object as a bullet.", |
| 58 | + "description": "Fire bullets, manage ammo, reloading, and overheating. Once added to your object that must shoot, use the behavior action in your events to fire another object as a bullet. This action will also make the bullet move (using a permanent force) at the speed specified in the action.", |
56 | 59 | "fullName": "Fire bullets", |
57 | 60 | "name": "FireBullet", |
58 | 61 | "objectType": "", |
|
626 | 629 | "objectGroups": [] |
627 | 630 | }, |
628 | 631 | { |
629 | | - "description": "Fire bullets toward an object.", |
| 632 | + "description": "Fire bullets toward an object at a specified speed.", |
630 | 633 | "fullName": "Fire bullets toward an object", |
631 | 634 | "functionType": "Action", |
632 | 635 | "name": "FireTowardObject", |
|
695 | 698 | "objectGroups": [] |
696 | 699 | }, |
697 | 700 | { |
698 | | - "description": "Fire bullets toward a position.", |
| 701 | + "description": "Fire bullets toward a position at a specified speed.", |
699 | 702 | "fullName": "Fire bullets toward a position", |
700 | 703 | "functionType": "Action", |
701 | 704 | "name": "FireTowardPosition", |
|
769 | 772 | "objectGroups": [] |
770 | 773 | }, |
771 | 774 | { |
772 | | - "description": "Fire bullets in the direction of a given angle.", |
| 775 | + "description": "Fire bullets in the direction of a given angle at a specified speed.", |
773 | 776 | "fullName": "Fire bullets toward an angle", |
774 | 777 | "functionType": "Action", |
775 | 778 | "name": "Fire", |
|
0 commit comments