~starkingdoms/starkingdoms

ref: e49dc2fa16fe95e986b8c6ec8a807d453705bce7 starkingdoms/crates/unified/assets/config/parts/hearty.part.toml -rw-r--r-- 802 bytes
e49dc2faghostly_zsh feat: fuel exists, but does nothing 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[part]
name = "Hearty"
sprite_connected = "textures/hearty.png"
sprite_disconnected = "textures/hearty.png"

[physics]
width = 50
height = 50
mass = 100

[thruster]
flow_rate = 0.1
exhaust_speed = 250

[[joints]]
id = "Top"
target = { translation = [ 0.0, 50.0, 0.0 ], rotation = 0.0 }
snap = { translation = [ 0.0, 25.0, 0.0 ], rotation = 0.0 }


[[joints]]
id = "Right"
target = { translation = [ 50.0, 0.0, 0.0 ], rotation = 90.0 }
snap = { translation = [ 25.0, 0.0, 0.0 ], rotation = 90.0 }

[[joints]]
id = "Bottom"
target = { translation = [ 0.0, -50.0, 0.0 ], rotation = 180.0 }
snap = { translation = [ 0.0, -25.0, 0.0 ], rotation = 180.0 }

[[joints]]
id = "Left"
target = { translation = [ -50.0, 0.0, 0.0 ], rotation = 270.0 }
snap = { translation = [ -25.0, 0.0, 0.0 ], rotation = 270.0 }