added gravity function for calculating local g updated config for faster testing and changed the symbols at physical pos

This commit is contained in:
znetsixe
2025-11-12 17:39:39 +01:00
parent 6be3bf92ef
commit 5df3881375
5 changed files with 169 additions and 9 deletions

View File

@@ -6,9 +6,9 @@ class PhysicalPositionMenu {
return {
positionGroups: [
{ group: 'Positional', options: [
{ value: 'upstream', label: '→ Upstream', icon: ''}, //flow is then typically left to right
{ value: 'upstream', label: '→ Upstream', icon: ''}, //flow is then typically left to right
{ value: 'atEquipment', label: '⊥ in place' , icon: '⊥' },
{ value: 'downstream', label: '← Downstream' , icon: '' }
{ value: 'downstream', label: '← Downstream' , icon: '' }
]
}
],