continuing info collecting
This commit is contained in:
parent
b3c1f1206f
commit
bd8297594d
3 changed files with 4326 additions and 35 deletions
File diff suppressed because one or more lines are too long
|
@ -142,9 +142,21 @@ public class InfoCollector : MonoBehaviour
|
|||
|
||||
if (obj.name == "Bottles")
|
||||
// Returns predefined information
|
||||
return "An empty bottle. It numbs the pain... but not for long enough";
|
||||
return "Saw daddy drink this... I like how it numbs the pain";
|
||||
|
||||
if (obj.name == "Cigarettes")
|
||||
// Returns predefined information
|
||||
return "Stole this from mommy. I hope she doesn't find out.";
|
||||
|
||||
if (obj.name == "Penknife")
|
||||
// Returns predefined information
|
||||
return "Sometimes I use this to feel something.";
|
||||
|
||||
if (obj.name == "Blood")
|
||||
// Returns predefined information
|
||||
return "I don't remember if daddy or I did this.";
|
||||
|
||||
// Default information if there is no specific case
|
||||
return "An unknown object with mysterious origins.";
|
||||
return "There's nothing to look at.";
|
||||
}
|
||||
}
|
|
@ -159,7 +159,7 @@
|
|||
{
|
||||
"type": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
|
||||
"key": "ShapeBuilder.ActiveShapeIndex",
|
||||
"value": "{\"m_Value\":7}"
|
||||
"value": "{\"m_Value\":6}"
|
||||
},
|
||||
{
|
||||
"type": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
|
||||
|
@ -184,7 +184,7 @@
|
|||
{
|
||||
"type": "UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
|
||||
"key": "ShapeBuilder.LastSize",
|
||||
"value": "{\"m_Value\":{\"x\":-0.03588104248046875,\"y\":-0.3354835510253906,\"z\":-0.0460205078125}}"
|
||||
"value": "{\"m_Value\":{\"x\":0.06097412109375,\"y\":-0.016139984130859376,\"z\":-0.2398681640625}}"
|
||||
},
|
||||
{
|
||||
"type": "UnityEngine.Quaternion, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
|
||||
|
@ -254,7 +254,7 @@
|
|||
{
|
||||
"type": "System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
|
||||
"key": "BevelEdges.size",
|
||||
"value": "{\"m_Value\":1.0}"
|
||||
"value": "{\"m_Value\":5.0}"
|
||||
},
|
||||
{
|
||||
"type": "System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
|
||||
|
|
Loading…
Add table
Reference in a new issue