We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43844ed commit c579694Copy full SHA for c579694
public/wiki/blabber/index.md
@@ -287,10 +287,11 @@ Here is the JSON object used to create the "conversation" in the above screensho
287
{
288
"type": "blabber:entity",
289
"entity": "@interlocutor",
290
- "x1": 0,
291
- "y1": 80,
292
- "x2": 100,
293
- "y2": 180,
+ "anchor": "spot_1",
+ "x1": -110,
+ "y1": -100,
+ "x2": -10,
294
+ "y2": 0,
295
"size": 100,
296
"y_offset": 0.5,
297
"stare_at_x": 50,
@@ -299,10 +300,11 @@ Here is the JSON object used to create the "conversation" in the above screensho
299
300
301
302
"entity": "@s",
- "x1": 100,
303
304
- "x2": 200,
305
+ "x1": -10,
306
+ "x2": 90,
307
308
309
310
"stare_at_x": -50,
0 commit comments