X-Git-Url: http://git.osdn.net/view?p=pettanr%2Fpettanr.git;a=blobdiff_plain;f=public%2Flocal_manifest.json;h=61bfddf009984b0ba89586e817cb553e3cd11d00;hp=efb866e6ce143f8f43317fd9143eccfddd247f3a;hb=d7c8065be895b67dc453b0e11ad0f259f1ca6706;hpb=b4e78f1cb6feae47a01962183d70d19f67e8d370 diff --git a/public/local_manifest.json b/public/local_manifest.json index efb866e6..61bfddf0 100644 --- a/public/local_manifest.json +++ b/public/local_manifest.json @@ -3043,7 +3043,8 @@ "wrapper": "speech-fore_color-wrap" } } - } + }, + "row_break": true }, "speech_balloon_template_module_name": { "label": { @@ -3155,12 +3156,35 @@ "x": { "tag": { "type": "number" - } + }, + "helpers": { + "slider": { + "type": "slider", + "args": { + "class_name": "gp_x_slider", + "orientation": "horizontal", + "range": "min", + "max": 100 + } + } + }, + "row_break": true }, "y": { "tag": { "type": "number" }, + "helpers": { + "slider": { + "type": "slider", + "args": { + "class_name": "gp_y_slider", + "orientation": "horizontal", + "range": "min", + "max": 100 + } + } + }, "row_break": true }, "z": { @@ -3259,12 +3283,35 @@ "xy": { "tag": { "type": "number" - } + }, + "helpers": { + "slider": { + "type": "slider", + "args": { + "class_name": "gc_xy_slider", + "orientation": "horizontal", + "range": "min", + "max": 100 + } + } + }, + "row_break": true }, "wh": { "tag": { "type": "number" }, + "helpers": { + "slider": { + "type": "slider", + "args": { + "class_name": "gc_wh_slider", + "orientation": "horizontal", + "range": "min", + "max": 100 + } + } + }, "row_break": true }, "z": {