Browse Source

changes from playtest at Wonderville

A
Josh 2 years ago
parent
commit
b19a5f4157
  1. 8
      namedropper/Assets/Scenes/Game.unity
  2. 8
      namedropper/Assets/Scenes/Title.unity
  3. 2
      namedropper/Assets/Scripts/Game.cs
  4. 2
      namedropper/Assets/Scripts/Player.cs

8
namedropper/Assets/Scenes/Game.unity

@ -315,7 +315,7 @@ PrefabInstance:
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 9049015333349338420, guid: 56b5ab1b6ee02794ab9664e282d1930a, type: 3} - target: {fileID: 9049015333349338420, guid: 56b5ab1b6ee02794ab9664e282d1930a, type: 3}
propertyPath: m_AnchoredPosition.y propertyPath: m_AnchoredPosition.y
value: 430 value: 483.03
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 9049015333349338420, guid: 56b5ab1b6ee02794ab9664e282d1930a, type: 3} - target: {fileID: 9049015333349338420, guid: 56b5ab1b6ee02794ab9664e282d1930a, type: 3}
propertyPath: m_LocalEulerAnglesHint.x propertyPath: m_LocalEulerAnglesHint.x
@ -692,7 +692,7 @@ PrefabInstance:
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 9049015333349338420, guid: 56b5ab1b6ee02794ab9664e282d1930a, type: 3} - target: {fileID: 9049015333349338420, guid: 56b5ab1b6ee02794ab9664e282d1930a, type: 3}
propertyPath: m_AnchoredPosition.y propertyPath: m_AnchoredPosition.y
value: 430 value: 483.03
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 9049015333349338420, guid: 56b5ab1b6ee02794ab9664e282d1930a, type: 3} - target: {fileID: 9049015333349338420, guid: 56b5ab1b6ee02794ab9664e282d1930a, type: 3}
propertyPath: m_LocalEulerAnglesHint.x propertyPath: m_LocalEulerAnglesHint.x
@ -1785,7 +1785,7 @@ PrefabInstance:
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 9049015333349338420, guid: 56b5ab1b6ee02794ab9664e282d1930a, type: 3} - target: {fileID: 9049015333349338420, guid: 56b5ab1b6ee02794ab9664e282d1930a, type: 3}
propertyPath: m_AnchoredPosition.y propertyPath: m_AnchoredPosition.y
value: 430 value: 483.03
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 9049015333349338420, guid: 56b5ab1b6ee02794ab9664e282d1930a, type: 3} - target: {fileID: 9049015333349338420, guid: 56b5ab1b6ee02794ab9664e282d1930a, type: 3}
propertyPath: m_LocalEulerAnglesHint.x propertyPath: m_LocalEulerAnglesHint.x
@ -2114,7 +2114,7 @@ PrefabInstance:
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 9049015333349338420, guid: 56b5ab1b6ee02794ab9664e282d1930a, type: 3} - target: {fileID: 9049015333349338420, guid: 56b5ab1b6ee02794ab9664e282d1930a, type: 3}
propertyPath: m_AnchoredPosition.y propertyPath: m_AnchoredPosition.y
value: 430 value: 483.03
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 9049015333349338420, guid: 56b5ab1b6ee02794ab9664e282d1930a, type: 3} - target: {fileID: 9049015333349338420, guid: 56b5ab1b6ee02794ab9664e282d1930a, type: 3}
propertyPath: m_LocalEulerAnglesHint.x propertyPath: m_LocalEulerAnglesHint.x

8
namedropper/Assets/Scenes/Title.unity

@ -391,8 +391,8 @@ MonoBehaviour:
m_fontMaterials: [] m_fontMaterials: []
m_fontColor32: m_fontColor32:
serializedVersion: 2 serializedVersion: 2
rgba: 4294967295 rgba: 4282493183
m_fontColor: {r: 1, g: 1, b: 1, a: 1} m_fontColor: {r: 1, g: 0.65882355, b: 0.25490198, a: 1}
m_enableVertexGradient: 0 m_enableVertexGradient: 0
m_colorMode: 3 m_colorMode: 3
m_fontColorGradient: m_fontColorGradient:
@ -489,7 +489,7 @@ MonoBehaviour:
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
_numPlayersReadyText: {fileID: 330190470} _numPlayersReadyText: {fileID: 330190470}
_readyKeys: 61000000730000006400000066000000 _readyKeys: 0d000000750000007200000071000000
--- !u!4 &884138491 --- !u!4 &884138491
Transform: Transform:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
@ -663,7 +663,7 @@ MonoBehaviour:
m_OnCullStateChanged: m_OnCullStateChanged:
m_PersistentCalls: m_PersistentCalls:
m_Calls: [] m_Calls: []
m_text: "Press button to join\n\nPress 1 to start Co-op mode\n or 2 to start m_text: "Press Start to join\n\nPress 1 to start Co-op mode\n or 2 to start
VS. mode" VS. mode"
m_isRightToLeft: 0 m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}

2
namedropper/Assets/Scripts/Game.cs

@ -5,7 +5,7 @@ using UnityEngine.SceneManagement;
public class Game : MonoBehaviour public class Game : MonoBehaviour
{ {
int _seconds = 90; int _seconds = 70;
[SerializeField] Text Score1; [SerializeField] Text Score1;
[SerializeField] Text Score2; [SerializeField] Text Score2;

2
namedropper/Assets/Scripts/Player.cs

@ -6,7 +6,7 @@ using UnityEngine.SceneManagement;
public class Player : MonoBehaviour public class Player : MonoBehaviour
{ {
const bool ALLOW_DROP = true; const bool ALLOW_DROP = false;
const float SPEED = 3000f; const float SPEED = 3000f;
[SerializeField] KeyCode _keyLeft; [SerializeField] KeyCode _keyLeft;
[SerializeField] KeyCode _keyRight; [SerializeField] KeyCode _keyRight;

Loading…
Cancel
Save