added font, updated ui, fixed some code

This commit is contained in:
TAASONI3
2023-12-13 12:49:38 +01:00
parent 10ad860d3e
commit 17a0a22dd4
65 changed files with 1697 additions and 5019 deletions

View File

@@ -3,12 +3,13 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Assets.Scripts.Player;
namespace Assets.Scripts.Slimes
{
class MiniBossSlime : BasicSlime
{
public MiniBossSlime(Player player) : base(player)
public MiniBossSlime(PlayerGameObject player) : base(player)
{
intelligence = intelligence + 3;
strength = strength + 3;