i switched up angular and lateral in the last commit. fixed

This commit is contained in:
2026-06-28 10:55:58 -05:00
parent 38e2e36e25
commit 583c291af7

16
docs.md
View File

@@ -294,12 +294,12 @@ Thrusters = {
thruster = nil, thruster = nil,
transmission = nil, transmission = nil,
affectVectors = { affectVectors = {
lateral = { angular = {
yaw = nil, yaw = nil,
pitch = "up", pitch = "up",
roll = "star", roll = "star",
}, },
angular = { lateral = {
x = nil, x = nil,
y = "up", y = "up",
z = nil z = nil
@@ -313,12 +313,12 @@ Thrusters = {
thruster = nil, thruster = nil,
transmission = nil, transmission = nil,
affectVectors = { affectVectors = {
lateral = { angular = {
yaw = nil, yaw = nil,
pitch = "up", pitch = "up",
roll = "port", roll = "port",
}, },
angular = { lateral = {
x = nil, x = nil,
y = "up", y = "up",
z = nil z = nil
@@ -332,12 +332,12 @@ Thrusters = {
thruster = nil, thruster = nil,
transmission = nil, transmission = nil,
affectVectors = { affectVectors = {
lateral = { angular = {
yaw = nil, yaw = nil,
pitch = "down", pitch = "down",
roll = "port", roll = "port",
}, },
angular = { lateral = {
x = nil, x = nil,
y = "up", y = "up",
z = nil z = nil
@@ -351,12 +351,12 @@ Thrusters = {
thruster = nil, thruster = nil,
transmission = nil, transmission = nil,
affectVectors = { affectVectors = {
lateral = { angular = {
yaw = nil, yaw = nil,
pitch = "down", pitch = "down",
roll = "star", roll = "star",
}, },
angular = { lateral = {
x = nil, x = nil,
y = "up", y = "up",
z = nil z = nil