Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions extensions/reviewed/FireBullet.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "FireBullet",
"previewIconUrl": "https://resources.gdevelop-app.com/assets/Icons/bullet.svg",
"shortDescription": "Fire bullets, manage ammo, reloading and overheating.",
"version": "0.6.1",
"version": "0.6.2",
"description": [
"This extension allows objects to fire bullets.",
"",
Expand Down Expand Up @@ -820,7 +820,7 @@
{
"description": "The bullet object",
"name": "Bullet",
"type": "objectList"
"type": "objectListOrEmptyIfJustDeclared"
},
{
"description": "Target X position",
Expand Down Expand Up @@ -1076,7 +1076,7 @@
{
"description": "The bullet object",
"name": "Bullet",
"type": "objectList"
"type": "objectListOrEmptyIfJustDeclared"
},
{
"description": "Angle of the bullet, in degrees",
Expand Down Expand Up @@ -1333,7 +1333,7 @@
{
"description": "The bullet object",
"name": "Bullet",
"type": "objectList"
"type": "objectListOrEmptyIfJustDeclared"
},
{
"description": "Angle of the bullet, in degrees",
Expand Down