updated border

This commit is contained in:
Chr1Z93 2024-06-02 19:40:01 +02:00
parent b2f7f152d3
commit 9a2a09bb23

View File

@ -72,7 +72,7 @@ function updateDisplay()
{ {
tag = "Image", tag = "Image",
attributes = { attributes = {
image = "Bundle/Ring", image = "Bundle/Border",
height = "200", height = "200",
width = "200", width = "200",
position = "0 0 -10.2", position = "0 0 -10.2",
@ -105,7 +105,7 @@ function updateDisplay()
{ {
tag = "Image", tag = "Image",
attributes = { attributes = {
image = "Bundle/Ring", image = "Bundle/Border",
color = "#000000", color = "#000000",
height = "200", height = "200",
width = "200", width = "200",
@ -136,8 +136,8 @@ function updateDisplay()
-- update front image -- update front image
xml[3].attributes.image = "Bundle/" .. symbols[1] xml[3].attributes.image = "Bundle/" .. symbols[1]
xml[3].attributes.height = xml[3].attributes.height * 0.6 xml[3].attributes.height = xml[3].attributes.height * 0.55
xml[3].attributes.width = xml[3].attributes.width * 0.6 xml[3].attributes.width = xml[3].attributes.width * 0.55
xml[3].attributes.position = "35 0 -10.3" xml[3].attributes.position = "35 0 -10.3"
-- add 2nd image element to front -- add 2nd image element to front
@ -148,8 +148,8 @@ function updateDisplay()
-- update back image -- update back image
xml[6].attributes.image = "Bundle/" .. symbols[1] xml[6].attributes.image = "Bundle/" .. symbols[1]
xml[6].attributes.height = xml[6].attributes.height * 0.6 xml[6].attributes.height = xml[6].attributes.height * 0.55
xml[6].attributes.width = xml[6].attributes.width * 0.6 xml[6].attributes.width = xml[6].attributes.width * 0.55
xml[6].attributes.position = "35 0 0.3" xml[6].attributes.position = "35 0 0.3"
-- add 2nd image element to back -- add 2nd image element to back