Skip to content

Commit 643ce07

Browse files
authored
Update templates.py
1 parent 0cfa387 commit 643ce07

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

templates.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
all = {
2-
"boss": {
3-
"display_color": [
4-
255.0,
5-
0.0,
6-
0.0
7-
],
1+
all: dict = {
2+
"default": {
3+
"data": {
4+
"x": 0,
5+
"y": 0,
6+
"visible": True,
7+
"color": 'white'
8+
}
89
}
910
}

0 commit comments

Comments
 (0)