From 7e1a98b84a08056964ed7298b96c8bad066fd173 Mon Sep 17 00:00:00 2001 From: John Choi Date: Mon, 18 Mar 2024 13:34:00 -0400 Subject: [PATCH] Update config.json --- examples/NPC_main_tools/Poster/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/NPC_main_tools/Poster/config.json b/examples/NPC_main_tools/Poster/config.json index 68b4c7b..60a0eff 100644 --- a/examples/NPC_main_tools/Poster/config.json +++ b/examples/NPC_main_tools/Poster/config.json @@ -44,7 +44,7 @@ "FONT_SIZE": 0.05, "TEXT_WIDTH": 0.5, "ICON_WIDTH": 0.5, - "ICON_FILL": "cover" + "ICON_FILL": "contain" }, "ROOT": { @@ -92,7 +92,7 @@ "BUBBLE":{ "COLOR" : {"r":0,"g":0,"b":200}, "OPACITY" : 0.5, - "POSITION" : {"x":0.7,"y":1.5,"z":0.4}, + "POSITION" : {"x":0.7,"y":1.5,"z":0.0}, "ROTATION" : {"x":0,"y":-5,"z":0}, "OFFSET_Y" : 0.0, "SCALE" : {"x":0.3, "y":0.3, "z":0.3}