Skip to content

Commit

Permalink
Slightly tweak shooter schema
Browse files Browse the repository at this point in the history
Added one markdown description and an empty `required` list to avoid
confusion (one could think it was forgotten to be considered,
but all fields in the reticle object are optional).
  • Loading branch information
jakubg1 committed Dec 28, 2022
1 parent d46340b commit 1bea171
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion schemas/config/shooter.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
},
"nextBallSprite": {
"type": "string",
"description": "The aiming reticle's next ball sprite to use when Aiming Retical is on. Will only be drawn if reticleSprite is defined."
"description": "The aiming reticle's next ball sprite to use when Aiming Retical is on. Will only be drawn if reticleSprite is defined.",
"markdownDescription": "The aiming reticle's next ball sprite to use when Aiming Retical is on. Will only be drawn if `reticleSprite` is defined."
},
"nextBallOffset": {
"$ref": "../_structures/Vector2.json",
Expand All @@ -40,6 +41,7 @@
"description": "The aiming reticle's sprite for spheres with fireball or colorCloud hitBehavior."
}
},
"required": [],
"additionalProperties": false
},
"speedShotBeam": {
Expand Down

0 comments on commit 1bea171

Please sign in to comment.