#Help with reorganizing the skills layout.

1 messages · Page 1 of 1 (latest)

left pilot
#

I am struggling to understand how the below section works. How can I make it not "center", so i can just use the range as is? If I start the first row at 1,2, it starts in the middle of the menu. Im not understanding what other align options I have

      first_row:
        start: 1,2
        end: 1,8
        align: center
      second_row:
        start: 2,1
        end: 2,8
        align: center
      third_row:
        start: 3,1
        end: 3,8
        align: center```
#

I've tried viewing the wiki and ctrl+f "align" but nothing seems to appear

wooden spindle
left pilot
#

Oh my god. That's exactly what I needed. Both options would work, but pos: instead of group: is quicker for me personally.