Skip to content

Commit f8f8c33

Browse files
committed
fix(sb3_definitions): allow sprites to be named 'stage' or 'Stage'
#49
1 parent 0f3a10d commit f8f8c33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/sb3_definitions.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,7 @@
347347
"description": "Description of property (and/or property/value pairs) for sprites.",
348348
"properties": {
349349
"name": {
350-
"type": "string",
351-
"not": {"enum": ["Stage", "stage"]}
350+
"type": "string"
352351
},
353352
"isStage": {
354353
"type": "boolean",

0 commit comments

Comments
 (0)