Fix BatBox Scale

This commit is contained in:
FlorianSpeicher
2025-07-21 00:18:07 +02:00
parent 0598a082e5
commit edbdf24e54

View File

@@ -298,9 +298,9 @@ public class ModelList
"erlBatBox_2",
Resources.Load<Mesh>("Model/ERLbach/BatteryBox_0.5"),
Resources.Load<Material>("Material/PVC"),
Vector3.zero, // offset to the port
new Vector3(-1f, 2f, 0f), // offset to the port
Quaternion.Euler(0f, 0f, 0f), // no rotation
new Vector3(1f, 1f, 1f), // scale
new Vector3(1.1f, 2f, 0.7f), // scale
null, // ports
null
),