Update canvas index
This commit is contained in:
parent
daf0ac506e
commit
434c6425b5
2 changed files with 2 additions and 2 deletions
|
@ -183,7 +183,7 @@
|
|||
var root = mcdu_canvas_dlg.createGroup();
|
||||
root.setScale(0.285, 0.25);
|
||||
mcdu_canvas_dlg.setColorBackground(0, 0, 0, 1.0);
|
||||
root.createChild("image").set("src", "canvas://by-index/texture[10]");
|
||||
root.createChild("image").set("src", "canvas://by-index/texture[11]");
|
||||
]]>
|
||||
</load>
|
||||
<unload>
|
||||
|
|
|
@ -183,7 +183,7 @@
|
|||
var root = mcdu_canvas_dlg.createGroup();
|
||||
root.setScale(0.285, 0.25);
|
||||
mcdu_canvas_dlg.setColorBackground(0, 0, 0, 1.0);
|
||||
root.createChild("image").set("src", "canvas://by-index/texture[11]");
|
||||
root.createChild("image").set("src", "canvas://by-index/texture[12]");
|
||||
]]>
|
||||
</load>
|
||||
<unload>
|
||||
|
|
Loading…
Reference in a new issue