Skip to content

Commit ec53f1d

Browse files
authored
Update making-sprites-from-json.md
1 parent 19d28c5 commit ec53f1d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

scripting/making-sprites-from-json.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,13 @@ More templates will be added in future updates!
3939

4040
```json
4141
{
42+
"template": "boss",
4243
"name": "FinalBoss",
43-
"template": "boss"
44+
"data": {
45+
"x": 0,
46+
"y": 0,
47+
"visible": true
48+
}
4449
}
4550
```
4651

0 commit comments

Comments
 (0)