mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
removed my beautiful print button, now it's for me only
This commit is contained in:
parent
82d8f9fdec
commit
32605861a7
@ -237,18 +237,6 @@ namespace NewHorizons.Utility.DebugMenu
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
if (GUILayout.Button("Print arcInfo config"))
|
|
||||||
{
|
|
||||||
var str = "\"arcInfo\": [\n";
|
|
||||||
foreach (Transform spiral in conversationMeta.conversationGo.transform)
|
|
||||||
{
|
|
||||||
str += $"{{\"position\": {{\"x\": {spiral.localPosition.x}, \"y\": {spiral.localPosition.y}}}, \"zRotation\": {spiral.localRotation.z}";
|
|
||||||
if (spiral.transform.localScale.x < 0) str += ", \"mirror\": true ";
|
|
||||||
str += "},\n";
|
|
||||||
}
|
|
||||||
Logger.Log(str.Substring(0, str.Length-2) + "\n]");
|
|
||||||
}
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// spirals
|
// spirals
|
||||||
//
|
//
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user