mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 21:55:42 +00:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c5aed72b06 | ||
|
|
0438ffea63 |
+3
-2
@@ -47,8 +47,9 @@ namespace eagle {
|
||||
AlmsCommand.AvailableHeroIds.Select(hid => _model.Heroes[hid]).ToList();
|
||||
|
||||
foodSlider.maxValue = AvailableFoodAmount;
|
||||
foodSlider.value = 0;
|
||||
foodGivenLabel.text = "0";
|
||||
var defaultAmount = Math.Min(1000, AvailableFoodAmount);
|
||||
foodSlider.value = defaultAmount;
|
||||
foodGivenLabel.text = defaultAmount.ToString();
|
||||
}
|
||||
|
||||
public void SelectedProvinceChanged(int newValue) {
|
||||
|
||||
+1
-1
@@ -49,7 +49,7 @@ Material:
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _MainTex:
|
||||
m_Texture: {fileID: 2800000, guid: 29d8048ef082c49c98677228ff51f7bd, type: 3}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Scale: {x: 10, y: 10}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _Mask:
|
||||
m_Texture: {fileID: 0}
|
||||
|
||||
+3
-3
@@ -49,7 +49,7 @@ Material:
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _MainTex:
|
||||
m_Texture: {fileID: 2800000, guid: 7ce4f51bbb08f43108219f9981e25ced, type: 3}
|
||||
m_Scale: {x: 10, y: 10}
|
||||
m_Scale: {x: 40, y: 40}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
- _Mask:
|
||||
m_Texture: {fileID: 0}
|
||||
@@ -72,8 +72,8 @@ Material:
|
||||
- _BumpScale: 1
|
||||
- _Cutoff: 0.5
|
||||
- _DetailNormalMapScale: 1
|
||||
- _DistortionSpeed: 2
|
||||
- _DistortionStrength: 0.02
|
||||
- _DistortionSpeed: 5
|
||||
- _DistortionStrength: 0.1
|
||||
- _DstBlend: 0
|
||||
- _GlossMapScale: 1
|
||||
- _Glossiness: 0.5
|
||||
|
||||
Reference in New Issue
Block a user