Skip to content

Commit

Permalink
Fix to Size 2 Cargo Bay nodes
Browse files Browse the repository at this point in the history
Took a bit of fiddling around, but works better now I think.
  • Loading branch information
Signatum committed Dec 2, 2015
1 parent 8261a67 commit 0294751
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GameData/SXT/Parts/Hull/CargoBay1/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ rescaleFactor = 1
scale = 1

// --- node definitions ---
node_stack_top2 = 0.0, 0.89, 0.0, 0.0, -1.0, 0.0 , 1
node_stack_bottom2 = 0.0, -0.89, 0.0, 0, 1, 0 , 1
node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0 , 2
node_stack_top1 = 0.0, 0.9375, 0.0, 0.0, -1.0, 0.0 , 0
node_stack_bottom = 0.0, -0.9375, 0.0, 0, -1, 0 , 2
node_stack_bottom1 = 0.0, -0.9375, 0.0, 0, 1, 0 , 0
node_stack_bottom = 0.0, -0.9375, 0.0, 0, -1.0, 0 , 2

//node_attach = 0.0, 0.0, -.625, 0.0, 0.0, 1.0, 1

Expand Down

0 comments on commit 0294751

Please sign in to comment.