Reposition split reel

This commit is contained in:
Matt McWilliams 2025-04-03 20:52:38 -04:00
parent 243a9d8bfd
commit c4a6d141f4
1 changed files with 4 additions and 4 deletions

View File

@ -11,26 +11,26 @@
"position" : { "position" : {
"x" : 0, "x" : 0,
"y" : 20, "y" : 20,
"z" : 0 "z" : 20
}, },
"rotation" : { "rotation" : {
"x" : 90, "x" : 90,
"y" : 0, "y" : 0,
"z" : -22 "z" : -45
} }
}, },
{ {
"name" : "split_reel_16mm_120m_B", "name" : "split_reel_16mm_120m_B",
"material" : "neonblue_plastic", "material" : "neonblue_plastic",
"position" : { "position" : {
"x" : 0, "x" : -20,
"y" : -20, "y" : -20,
"z" : 0 "z" : 0
}, },
"rotation" : { "rotation" : {
"x" : -90, "x" : -90,
"y" : 0, "y" : 0,
"z" : -22 "z" : -45
} }
} }
], ],