Fixed Double Dice (hopefully)

This commit is contained in:
brausjonas
2023-03-28 21:05:27 +02:00
parent 7b66bf96d4
commit 056b73dd3e
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -136,7 +136,7 @@
<workItem from="1678046412549" duration="3738000" /> <workItem from="1678046412549" duration="3738000" />
<workItem from="1679426348887" duration="3549000" /> <workItem from="1679426348887" duration="3549000" />
<workItem from="1679597961773" duration="4070000" /> <workItem from="1679597961773" duration="4070000" />
<workItem from="1680022248953" duration="3842000" /> <workItem from="1680022248953" duration="5220000" />
</task> </task>
<servers /> <servers />
</component> </component>
+3 -1
View File
@@ -568,6 +568,7 @@ MonoBehaviour:
layout2: {fileID: 1115580907} layout2: {fileID: 1115580907}
items: items:
- {fileID: 8043942569442897806, guid: d00b626b793557643a67184af1354f88, type: 3} - {fileID: 8043942569442897806, guid: d00b626b793557643a67184af1354f88, type: 3}
- {fileID: 8407720689226963387, guid: 46bb574199f4be04e92e9601f8b5e2a5, type: 3}
itemButtons: itemButtons:
- {fileID: 823630953} - {fileID: 823630953}
- {fileID: 1021992538} - {fileID: 1021992538}
@@ -11041,6 +11042,7 @@ MonoBehaviour:
m_EditorClassIdentifier: m_EditorClassIdentifier:
items: items:
- {fileID: 1547369680} - {fileID: 1547369680}
- {fileID: 1261969992}
--- !u!1 &1237875978 --- !u!1 &1237875978
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
@@ -17961,7 +17963,7 @@ GameObject:
m_Icon: {fileID: 0} m_Icon: {fileID: 0}
m_NavMeshLayer: 0 m_NavMeshLayer: 0
m_StaticEditorFlags: 0 m_StaticEditorFlags: 0
m_IsActive: 1 m_IsActive: 0
--- !u!224 &2010829641 --- !u!224 &2010829641
RectTransform: RectTransform:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
@@ -86,6 +86,8 @@ public abstract class Player : MonoBehaviour
break; break;
} }
} }
Debug.Log(item.type);
} }
public void ActivateItem(int index) public void ActivateItem(int index)
+1 -1
View File
@@ -90,7 +90,7 @@
<workItem from="1677520608630" duration="13000" /> <workItem from="1677520608630" duration="13000" />
<workItem from="1677789901008" duration="661000" /> <workItem from="1677789901008" duration="661000" />
<workItem from="1677881295823" duration="3489000" /> <workItem from="1677881295823" duration="3489000" />
<workItem from="1680022478274" duration="2185000" /> <workItem from="1680022478274" duration="2445000" />
</task> </task>
<servers /> <servers />
</component> </component>