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