TOML rotate_clockwise
rodzic
2bac55766a
commit
981562c602
|
@ -11,5 +11,7 @@ never_be_nested = false
|
|||
|
||||
invert_nested = true
|
||||
|
||||
rotate_clockwise = true
|
||||
|
||||
|
||||
attach_to = ["leg", "arm", "crown"]
|
|
@ -8,4 +8,7 @@ always_be_nested = false
|
|||
|
||||
invert_nested = true
|
||||
|
||||
|
||||
rotate_clockwise = true
|
||||
|
||||
attach_to = ["tail"]
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
|
||||
rotate_clockwise = true
|
||||
|
||||
attach_to = ["tail", "leg", "arm", "horn", "crown"]
|
|
@ -5,5 +5,7 @@ never_be_nested = true
|
|||
|
||||
invert_nested = true
|
||||
|
||||
rotate_clockwise = true
|
||||
|
||||
|
||||
attach_to = ["tail"]
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
rotate_clockwise = true
|
||||
|
||||
background = true
|
||||
|
||||
|
||||
attach_to = ["tail", "leg", "arm", "horn", "crown"]
|
|
@ -5,5 +5,7 @@ invert_nested = true
|
|||
|
||||
background = true
|
||||
|
||||
rotate_clockwise = true
|
||||
|
||||
|
||||
attach_to = ["tail", "leg", "arm", "horn", "crown"]
|
|
@ -1,3 +1,5 @@
|
|||
|
||||
|
||||
rotate_clockwise = true
|
||||
|
||||
attach_to = ["tail", "leg", "arm", "horn", "crown"]
|
|
@ -1,5 +1,7 @@
|
|||
|
||||
never_be_nested = true
|
||||
|
||||
rotate_clockwise = true
|
||||
|
||||
|
||||
attach_to = ["tail", "leg", "arm", "horn"]
|
|
@ -3,9 +3,6 @@
|
|||
always_nest = true
|
||||
|
||||
|
||||
rotate_clockwise = true
|
||||
|
||||
|
||||
background = true
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
|
||||
rotate_clockwise = true
|
||||
|
||||
never_be_nested = true
|
||||
|
||||
|
||||
never_be_nested = true
|
||||
attach_to = ["tail", "leg", "arm", "horn", "crown"]
|
|
@ -2,5 +2,7 @@
|
|||
|
||||
invert_nested = true
|
||||
|
||||
rotate_clockwise = true
|
||||
|
||||
|
||||
attach_to = ["tail", "leg", "arm", "horn", "crown"]
|
Ładowanie…
Reference in New Issue