~starkingdoms/starkingdoms

ref: 56e94bf7ed65d255adc54b6003247fb49debf3c7 starkingdoms/crates/unified/assets/config/parts/hub.part.toml -rw-r--r-- 806 bytes
56e94bf7ghostly_zsh feat: added some parts, and all planets have a resource 2 hours 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
[part]
name = "Hub"
sprite_connected = "textures/hub_on.png"
sprite_disconnected = "textures/hub_off.png"
emissivity = 0.1
specific_heat = 500.0
radiation_area = 20.0

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

[[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 }