mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-10 06:34:16 +00:00
add world stats
This commit is contained in:
parent
65e32df63d
commit
d96f890d02
2 changed files with 13 additions and 2 deletions
|
@ -13,6 +13,7 @@ GameObject:
|
|||
- component: {fileID: 80120176804327549}
|
||||
- component: {fileID: 6937918360976309701}
|
||||
- component: {fileID: 5212539624475708371}
|
||||
- component: {fileID: 2677977981656506491}
|
||||
m_Layer: 0
|
||||
m_Name: Stats
|
||||
m_TagString: Untagged
|
||||
|
@ -96,3 +97,15 @@ MonoBehaviour:
|
|||
m_Script: {fileID: 11500000, guid: 409653cfe36614ceab3cbfbf9ed04fce, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
--- !u!114 &2677977981656506491
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 775271551106813553}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 75eabaf0a22e45900a48bb279f9ae3b1, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
|
||||
- Gravity setting failed to load on windows - instead of 9.81, it's loaded as 981
|
||||
|
||||
- Remove world stats window
|
||||
|
||||
- Make all settings persistent
|
||||
|
||||
- Update controls window
|
||||
|
|
Loading…
Reference in a new issue