Skip to content

Commit 7a4ec67

Browse files
authored
[Reviewed] [Fire bullet] Fix bullets picking (#877)
* Actions can now be applied to the bullet created by the extension.
1 parent daeaf72 commit 7a4ec67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

extensions/reviewed/FireBullet.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "FireBullet",
99
"previewIconUrl": "https://resources.gdevelop-app.com/assets/Icons/bullet.svg",
1010
"shortDescription": "Fire bullets, manage ammo, reloading and overheating.",
11-
"version": "0.6.1",
11+
"version": "0.6.2",
1212
"description": [
1313
"This extension allows objects to fire bullets.",
1414
"",
@@ -820,7 +820,7 @@
820820
{
821821
"description": "The bullet object",
822822
"name": "Bullet",
823-
"type": "objectList"
823+
"type": "objectListOrEmptyIfJustDeclared"
824824
},
825825
{
826826
"description": "Target X position",
@@ -1076,7 +1076,7 @@
10761076
{
10771077
"description": "The bullet object",
10781078
"name": "Bullet",
1079-
"type": "objectList"
1079+
"type": "objectListOrEmptyIfJustDeclared"
10801080
},
10811081
{
10821082
"description": "Angle of the bullet, in degrees",
@@ -1333,7 +1333,7 @@
13331333
{
13341334
"description": "The bullet object",
13351335
"name": "Bullet",
1336-
"type": "objectList"
1336+
"type": "objectListOrEmptyIfJustDeclared"
13371337
},
13381338
{
13391339
"description": "Angle of the bullet, in degrees",

0 commit comments

Comments
 (0)