We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d4157 commit 0cfa387Copy full SHA for 0cfa387
scripting/making-sprites-from-json.md
@@ -18,7 +18,7 @@ Templates are like mods: predefined behaviors that can customize sprites in spec
18
19
### Available Templates
20
21
-- `"boss"` — Sets `display_color` to red.
+- `"default"` - Sets the default `data` value
22
23
More templates will be added in future updates!
24
@@ -39,13 +39,8 @@ More templates will be added in future updates!
39
40
```json
41
{
42
- "template": "boss",
+ "template": "default",
43
"name": "FinalBoss",
44
- "data": {
45
- "x": 0,
46
- "y": 0,
47
- "visible": true
48
- }
49
}
50
```
51
0 commit comments