Skip to content

Commit c579694

Browse files
committed
Improve illustration example in Blabber wiki
1 parent 43844ed commit c579694

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

public/wiki/blabber/index.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -287,10 +287,11 @@ Here is the JSON object used to create the "conversation" in the above screensho
287287
{
288288
"type": "blabber:entity",
289289
"entity": "@interlocutor",
290-
"x1": 0,
291-
"y1": 80,
292-
"x2": 100,
293-
"y2": 180,
290+
"anchor": "spot_1",
291+
"x1": -110,
292+
"y1": -100,
293+
"x2": -10,
294+
"y2": 0,
294295
"size": 100,
295296
"y_offset": 0.5,
296297
"stare_at_x": 50,
@@ -299,10 +300,11 @@ Here is the JSON object used to create the "conversation" in the above screensho
299300
{
300301
"type": "blabber:entity",
301302
"entity": "@s",
302-
"x1": 100,
303-
"y1": 80,
304-
"x2": 200,
305-
"y2": 180,
303+
"anchor": "spot_1",
304+
"x1": -10,
305+
"y1": -100,
306+
"x2": 90,
307+
"y2": 0,
306308
"size": 100,
307309
"y_offset": 0.5,
308310
"stare_at_x": -50,

0 commit comments

Comments
 (0)