mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
19 lines
455 B
Plaintext
19 lines
455 B
Plaintext
({
|
|
DefaultAirship: (
|
|
bone0: (
|
|
//offset: (-20.0, -35.0, 1.0),
|
|
//offset: (3.0, 7.0, 1.0),
|
|
offset: (0.25, 0.25, 0.25),
|
|
central: ("object.Human_Airship"),
|
|
),
|
|
bone1: (
|
|
offset: (0.0, 40.0, -8.0),
|
|
central: ("object.propeller-l"),
|
|
),
|
|
bone2: (
|
|
offset: (0.0, 0.0, -4.0),
|
|
central: ("object.propeller-r"),
|
|
),
|
|
),
|
|
})
|