added font, updated ui, fixed some code
This commit is contained in:
@@ -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 ForestSlime : BasicSlime
|
||||
{
|
||||
public ForestSlime(Player player) : base(player)
|
||||
public ForestSlime(PlayerGameObject player) : base(player)
|
||||
{
|
||||
//intelligence = intelligence;
|
||||
//strength = strength;
|
||||
|
||||
Reference in New Issue
Block a user