veloren/assets/server/manifests/ship_manifest.ron

24 lines
650 B
Plaintext

({
DefaultAirship: (
bone0: (
//offset: (3.0, 7.0, 1.0),
//offset: (-20.75, -34.75, 1.25),
//offset: (0.0, 0.0, 0.0),
offset: (-20.0, -35.0, 1.0),
//phys_offset: (0.25, 0.25, 0.25),
phys_offset: (0.0, 0.0, 0.0),
central: ("Human_Airship"),
),
bone1: (
offset: (0.0, 40.0, -8.0),
phys_offset: (0.0, 0.0, 0.0),
central: ("propeller-l"),
),
bone2: (
offset: (0.0, 0.0, -4.0),
phys_offset: (0.0, 0.0, 0.0),
central: ("propeller-r"),
),
),
})