SlimeJumper
This commit is contained in:
parent
333ca5c372
commit
8e71a3c732
1 changed files with 0 additions and 4 deletions
|
@ -12,12 +12,8 @@ namespace DangerousD.GameCore.GameObjects.LivingEntities.Monsters
|
||||||
{
|
{
|
||||||
public class Slime : CoreEnemy
|
public class Slime : CoreEnemy
|
||||||
{
|
{
|
||||||
<<<<<<< HEAD
|
|
||||||
private bool isGoRight = true;
|
private bool isGoRight = true;
|
||||||
private bool isDown = true;
|
private bool isDown = true;
|
||||||
=======
|
|
||||||
private bool isDown = false;
|
|
||||||
>>>>>>> main
|
|
||||||
int leftBorder;
|
int leftBorder;
|
||||||
int rightBorder;
|
int rightBorder;
|
||||||
bool isAttaking = false;
|
bool isAttaking = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue