Skip to content

Commit

Permalink
fix(sb3_definitions): allow sprites to be named 'stage' or 'Stage'
Browse files Browse the repository at this point in the history
  • Loading branch information
kchadha committed Dec 18, 2018
1 parent 0f3a10d commit f8f8c33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/sb3_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,7 @@
"description": "Description of property (and/or property/value pairs) for sprites.",
"properties": {
"name": {
"type": "string",
"not": {"enum": ["Stage", "stage"]}
"type": "string"
},
"isStage": {
"type": "boolean",
Expand Down

0 comments on commit f8f8c33

Please sign in to comment.