diff --git a/Assembly-CSharp.csproj b/Assembly-CSharp.csproj
index 0308d0ca3..02c6bd16c 100644
--- a/Assembly-CSharp.csproj
+++ b/Assembly-CSharp.csproj
@@ -50,6 +50,7 @@
+
@@ -58,6 +59,7 @@
+
diff --git a/Assets/Game/Scenes/GameScene/GameScene.unity b/Assets/Game/Scenes/GameScene/GameScene.unity
index 60f7c7683..6b761af00 100644
--- a/Assets/Game/Scenes/GameScene/GameScene.unity
+++ b/Assets/Game/Scenes/GameScene/GameScene.unity
@@ -43540,7 +43540,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 49.999695, y: 190}
+ m_AnchoredPosition: {x: 49.999756, y: 190}
m_SizeDelta: {x: 100, y: 100}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &386684401
@@ -60053,7 +60053,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 1, y: 1}
m_AnchorMax: {x: 1, y: 1}
- m_AnchoredPosition: {x: 70, y: 995.5488}
+ m_AnchoredPosition: {x: 70, y: 983.3}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 1, y: 1}
--- !u!114 &546537820
diff --git a/Assets/Game/ScriptableObjects/BuildingData/MoonMineral.asset b/Assets/Game/ScriptableObjects/BuildingData/MoonMineral.asset
index 3587a65cc..57015cb8b 100644
--- a/Assets/Game/ScriptableObjects/BuildingData/MoonMineral.asset
+++ b/Assets/Game/ScriptableObjects/BuildingData/MoonMineral.asset
@@ -21,7 +21,9 @@ MonoBehaviour:
- name: Power
value: 10
price: 7900
+ xpGain: 100
description: This is a Moon Minerals Mine
collectable: 1
+ resourceType: 0
productinoRates:
- - 0.5
+ - 0.1
diff --git a/Assets/Game/ScriptableObjects/BuildingData/O2Mine.asset b/Assets/Game/ScriptableObjects/BuildingData/O2Mine.asset
index f9b0ef84e..94a3b773c 100644
--- a/Assets/Game/ScriptableObjects/BuildingData/O2Mine.asset
+++ b/Assets/Game/ScriptableObjects/BuildingData/O2Mine.asset
@@ -21,8 +21,9 @@ MonoBehaviour:
- name: Power
value: 2
price: 20000
+ xpGain: 100
description: This is an Oxygen Mine
collectable: 1
resourceType: 1
productinoRates:
- - 1
+ - 0.1