mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 21:43:14 +02:00
feat: more hp for base
This commit is contained in:
parent
8085bbb2e7
commit
4b607e25f0
@ -11,8 +11,8 @@ public class Base : MonoBehaviour
|
|||||||
Enemy
|
Enemy
|
||||||
}
|
}
|
||||||
[SerializeField] private SoldierType ourType;
|
[SerializeField] private SoldierType ourType;
|
||||||
[SerializeField] private float maxHealthPoints = 10;
|
[SerializeField] private float maxHealthPoints = 100;
|
||||||
[SerializeField] private float healthPoints = 1;
|
[SerializeField] private float healthPoints = 100;
|
||||||
|
|
||||||
[SerializeField] private TMP_Text nameText = null;
|
[SerializeField] private TMP_Text nameText = null;
|
||||||
[SerializeField] private TMP_Text healthPointsText = null;
|
[SerializeField] private TMP_Text healthPointsText = null;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user