mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
rename this
This commit is contained in:
parent
be921ce962
commit
ac8f4d6cd1
@ -42,10 +42,10 @@ namespace NewHorizons.Utility.DebugMenu
|
|||||||
Resources
|
Resources
|
||||||
.FindObjectsOfTypeAll<ShipLogEntryCard>()
|
.FindObjectsOfTypeAll<ShipLogEntryCard>()
|
||||||
.Join(
|
.Join(
|
||||||
go => JsonConvert.SerializeObject(new ShipLogModule.EntryPositionInfo
|
entry => JsonConvert.SerializeObject(new ShipLogModule.EntryPositionInfo
|
||||||
{
|
{
|
||||||
id = go.name,
|
id = entry.name,
|
||||||
position = new MVector2(go.transform.localPosition.x, go.transform.localPosition.y)
|
position = new MVector2(entry.transform.localPosition.x, entry.transform.localPosition.y)
|
||||||
}, DebugMenu.jsonSettings),
|
}, DebugMenu.jsonSettings),
|
||||||
",\n"
|
",\n"
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user