@robotical/martyblocksjr 3.5.6 → 3.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/editions/free/src/app.bundle.js +1 -1
- package/editions/free/src/assets/connection/disconnect_btn-default.svg +27 -1
- package/editions/free/src/assets/connection/disconnect_btn-hover.svg +1 -1
- package/editions/free/src/css/editor.css +2 -1
- package/editions/free/src/css/editorleftpanel.css +37 -10
- package/editions/free/src/media.json +13 -13
- package/editions/free/src/pnglibrary/Beach.png +0 -0
- package/editions/free/src/pnglibrary/Mars.png +0 -0
- package/editions/free/src/pnglibrary/Racetrack.png +0 -0
- package/editions/free/src/pnglibrary/RedCarpet.png +0 -0
- package/editions/free/src/pnglibrary/Road1.png +0 -0
- package/editions/free/src/pnglibrary/Road2.png +0 -0
- package/editions/free/src/pnglibrary/Sprites_Octopus-Blue.png +0 -0
- package/editions/free/src/pnglibrary/Sprites_Octopus-Pink.png +0 -0
- package/editions/free/src/pnglibrary/Sprites_Raccoon.png +0 -0
- package/editions/free/src/pnglibrary/Sprites_Tree.png +0 -0
- package/editions/free/src/pnglibrary/Sprites_Unicorn.png +0 -0
- package/editions/free/src/pnglibrary/USMap.png +0 -0
- package/editions/free/src/pnglibrary/WoodenFloor.png +0 -0
- package/editions/free/src/svglibrary/Sprites_Octopus-Blue.svg +1570 -213
- package/editions/free/src/svglibrary/Sprites_Octopus-Pink.svg +178 -213
- package/editions/free/src/svglibrary/Sprites_Raccoon.svg +75 -1
- package/editions/free/src/svglibrary/Sprites_Tree.svg +33 -72
- package/editions/free/src/svglibrary/Sprites_Unicorn.svg +37 -1
- package/package.json +1 -1
- package/editions/free/src/pnglibrary/Sprites_Octopus.png +0 -0
- package/editions/free/src/svglibrary/Star copy.svg +0 -1
|
@@ -1 +1,27 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg
|
|
2
|
+
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
viewBox="0 0 118.91 118.91"
|
|
5
|
+
>
|
|
6
|
+
<circle cx="59.46" cy="59.46" r="59.46" style="fill: #f173a6" />
|
|
7
|
+
<rect
|
|
8
|
+
x="50.14"
|
|
9
|
+
y="16.9"
|
|
10
|
+
width="18.63"
|
|
11
|
+
height="85.12"
|
|
12
|
+
rx="9.31"
|
|
13
|
+
ry="9.31"
|
|
14
|
+
transform="translate(59.46 -24.63) rotate(45)"
|
|
15
|
+
style="fill: #fff"
|
|
16
|
+
/>
|
|
17
|
+
<rect
|
|
18
|
+
x="50.14"
|
|
19
|
+
y="16.9"
|
|
20
|
+
width="18.63"
|
|
21
|
+
height="85.12"
|
|
22
|
+
rx="9.31"
|
|
23
|
+
ry="9.31"
|
|
24
|
+
transform="translate(143.54 59.46) rotate(135)"
|
|
25
|
+
style="fill: #fff"
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 118.91 118.91"><circle cx="59.46" cy="59.46" r="59.46" style="fill:#E71167;"/><rect x="50.14" y="16.9" width="18.63" height="85.12" rx="9.31" ry="9.31" transform="translate(59.46 -24.63) rotate(45)" style="fill:#fff;"/><rect x="50.14" y="16.9" width="18.63" height="85.12" rx="9.31" ry="9.31" transform="translate(143.54 59.46) rotate(135)" style="fill:#fff;"/></svg>
|
|
@@ -346,7 +346,8 @@ div.frame {
|
|
|
346
346
|
|
|
347
347
|
.deleteasset {
|
|
348
348
|
position: absolute;
|
|
349
|
-
margin: ${css_vh(-13.02)} ${css_vh(0)} ${css_vh(0)};
|
|
349
|
+
/* margin: ${css_vh(-13.02)} ${css_vh(0)} ${css_vh(0)}; */
|
|
350
|
+
top: 0; /* top: 0 seems to work better than negative margin as it's not affected by the height of the image which can be variable */
|
|
350
351
|
width: ${css_vh(5.86)};
|
|
351
352
|
height: ${css_vh(5.73)};
|
|
352
353
|
background: url('../assets/ui/closeit.svg');
|
|
@@ -51,11 +51,26 @@
|
|
|
51
51
|
flex-direction: column;
|
|
52
52
|
cursor: pointer;
|
|
53
53
|
padding-top: 2px;
|
|
54
|
-
padding-bottom: 1px;
|
|
55
54
|
}
|
|
56
55
|
|
|
57
56
|
.connectButtonConnected {
|
|
58
57
|
/* background: #4bfaa3; */
|
|
58
|
+
display: grid;
|
|
59
|
+
grid-template-rows: 1fr 1fr 1fr;
|
|
60
|
+
grid-template-columns: 1fr;
|
|
61
|
+
justify-content: space-between;
|
|
62
|
+
align-items: center;
|
|
63
|
+
flex-direction: column;
|
|
64
|
+
padding-bottom: 0px;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.connectButtonConnected .connectIcon {
|
|
68
|
+
margin-bottom: 1px;
|
|
69
|
+
display: grid;
|
|
70
|
+
width: ${css_vh(4.5)};
|
|
71
|
+
align-items: center;
|
|
72
|
+
align-self: center;
|
|
73
|
+
justify-self: center;
|
|
59
74
|
}
|
|
60
75
|
|
|
61
76
|
.iconButtonContainer {
|
|
@@ -71,10 +86,15 @@
|
|
|
71
86
|
.notConnectedButtonContainer {
|
|
72
87
|
background-image: url('../assets/connection/connect_btn-default.svg');
|
|
73
88
|
}
|
|
74
|
-
.connectButton:hover .notConnectedButtonContainer {
|
|
89
|
+
/* .connectButton:hover .notConnectedButtonContainer {
|
|
75
90
|
background-image: url('../assets/connection/connect_btn-hover.svg');
|
|
76
|
-
}
|
|
91
|
+
} */
|
|
77
92
|
.connectedButtonContainer {
|
|
93
|
+
position: absolute;
|
|
94
|
+
top: -10px;
|
|
95
|
+
left: -10px;
|
|
96
|
+
width: 30px;
|
|
97
|
+
height: 30px;
|
|
78
98
|
background-image: url('../assets/connection/disconnect_btn-default.svg');
|
|
79
99
|
}
|
|
80
100
|
.connectButton:hover .connectedButtonContainer {
|
|
@@ -82,11 +102,18 @@
|
|
|
82
102
|
}
|
|
83
103
|
|
|
84
104
|
.raftNameConnectButton {
|
|
85
|
-
|
|
86
|
-
|
|
105
|
+
display: flex;
|
|
106
|
+
align-items: center;
|
|
107
|
+
justify-content: center;
|
|
108
|
+
color: #ffffff;
|
|
109
|
+
align-self: center;
|
|
110
|
+
justify-self: center;
|
|
111
|
+
background: #89c761;
|
|
87
112
|
font-family: 'Lato Regular';
|
|
88
113
|
text-align: center;
|
|
89
|
-
|
|
114
|
+
height: 100%;
|
|
115
|
+
width: 100%;
|
|
116
|
+
border-radius: 4px;
|
|
90
117
|
}
|
|
91
118
|
|
|
92
119
|
.batteryAndSignalContainer {
|
|
@@ -104,7 +131,7 @@
|
|
|
104
131
|
}
|
|
105
132
|
.signalIndicatorContainer {
|
|
106
133
|
display: grid;
|
|
107
|
-
width:
|
|
134
|
+
width: 26%;
|
|
108
135
|
}
|
|
109
136
|
.connIssueOverlay {
|
|
110
137
|
position: absolute;
|
|
@@ -120,9 +147,8 @@
|
|
|
120
147
|
|
|
121
148
|
/* Styles for the icon part of the button */
|
|
122
149
|
.connectIcon {
|
|
123
|
-
margin-bottom: 1px;
|
|
124
150
|
display: grid;
|
|
125
|
-
width: ${css_vh(
|
|
151
|
+
width: ${css_vh(4.2)};
|
|
126
152
|
}
|
|
127
153
|
|
|
128
154
|
/* .connectText media query for smaller screens */
|
|
@@ -343,7 +369,7 @@
|
|
|
343
369
|
}
|
|
344
370
|
|
|
345
371
|
.spritethumb .brush {
|
|
346
|
-
display:
|
|
372
|
+
display: absolute;
|
|
347
373
|
position: absolute;
|
|
348
374
|
background: url('../assets/paint/paintbrush.svg');
|
|
349
375
|
background-size: ${css_vh(7.03)} ${css_vh(7.03)};
|
|
@@ -358,3 +384,4 @@
|
|
|
358
384
|
.spritethumb .brush:active { background: url('../assets/paint/paintbrushPressed.svg'); background-size: 100%; }
|
|
359
385
|
.spritethumb.off .brush{ display: none;}
|
|
360
386
|
.spritethumb.noneditable .brush{ display: none;}
|
|
387
|
+
.spritethumb.martynoneditable .brush{ display: none;}
|
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
92
|
"md5": "Sprites_Octopus-Blue.svg",
|
|
93
|
-
"width":
|
|
94
|
-
"height":
|
|
93
|
+
"width": 385.18585,
|
|
94
|
+
"height": 321.28673,
|
|
95
95
|
"ext": "svg",
|
|
96
96
|
"name": "Octopus-Blue",
|
|
97
97
|
"order": "characters,07 weather",
|
|
@@ -99,26 +99,26 @@
|
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
"md5": "Sprites_Octopus-Pink.svg",
|
|
102
|
-
"width":
|
|
103
|
-
"height":
|
|
102
|
+
"width": 385.18585,
|
|
103
|
+
"height": 321.28673,
|
|
104
104
|
"ext": "svg",
|
|
105
105
|
"name": "Octopus-Pink",
|
|
106
106
|
"order": "characters,07 weather",
|
|
107
|
-
"tags":
|
|
107
|
+
"tags":["characters", "07 weather"]
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
110
|
"md5": "Sprites_Raccoon.svg",
|
|
111
|
-
"width":
|
|
112
|
-
"height":
|
|
111
|
+
"width": 258,
|
|
112
|
+
"height": 321.28673,
|
|
113
113
|
"ext": "svg",
|
|
114
114
|
"name": "Raccoon",
|
|
115
115
|
"order": "characters,07 weather",
|
|
116
|
-
"tags":
|
|
116
|
+
"tags":["characters", "07 weather"]
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"md5": "Sprites_Tree.svg",
|
|
120
|
-
"width":
|
|
121
|
-
"height":
|
|
120
|
+
"width": 258,
|
|
121
|
+
"height": 320,
|
|
122
122
|
"ext": "svg",
|
|
123
123
|
"name": "Tree",
|
|
124
124
|
"order": "characters,07 weather",
|
|
@@ -126,10 +126,10 @@
|
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
128
|
"md5": "Sprites_Unicorn.svg",
|
|
129
|
-
"width":
|
|
130
|
-
"height":
|
|
129
|
+
"width": 385.18585,
|
|
130
|
+
"height": 321.28673,
|
|
131
131
|
"ext": "svg",
|
|
132
|
-
"name": "
|
|
132
|
+
"name": "Unicorn",
|
|
133
133
|
"order": "characters,07 weather",
|
|
134
134
|
"tags": ["characters", "07 weather"]
|
|
135
135
|
},
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|