[part] name = "Housing" sprite_connected = "textures/housing.png" sprite_disconnected = "textures/housing.png" [physics] width = 50 height = 50 mass = 50 [[joint]] id = "Top" target = { translation = [ 0.0, 55.0, 0.0 ], rotation = 0.0 } snap = { translation = [ 0.0, 25.0, 0.0 ], rotation = 0.0 } [[joint]] id = "Right" target = { translation = [ 55.0, 0.0, 0.0 ], rotation = -90.0 } snap = { translation = [ 25.0, 0.0, 0.0 ], rotation = 0.0 } [[joint]] id = "Bottom" target = { translation = [ 0.0, -55.0, 0.0 ], rotation = -180.0 } snap = { translation = [ 0.0, -25.0, 0.0 ], rotation = 0.0 } [[joint]] id = "Left" target = { translation = [ -55.0, 0.0, 0.0 ], rotation = -270.0 } snap = { translation = [ -25.0, 0.0, 0.0 ], rotation = 0.0 }