i can't custom my table

Typically: "How do I... ", "How can I... " questions
Post Reply
veneneux2804
Posts: 5
Joined: 09 Apr 2024, 09:06

i can't custom my table

Post by veneneux2804 »

how i can custom my customizable table

fferri
Posts: 1242
Joined: 09 Sep 2013, 19:28

Re: i can't custom my table

Post by fferri »

You can customize the customizable table by opening its script and changing the variables related to table's geometry:

Code: Select all

-- lua
    tableConfig.length = 1.4
    tableConfig.width = 0.8
    tableConfig.height = 0.67
    tableConfig.color1 = {0.8, 0.73, 0.7}
    tableConfig.color2 = {0.57, 0.47, 0.47}
After modifying the script, it needs to be restarted, by using the "Restart script" button in the Code Editor's toolbar.

Post Reply