mirror of
https://github.com/Melon-Bread/Pet.GB
synced 2024-11-28 13:58:20 -05:00
Added Sleep level 🌔
This commit is contained in:
parent
18b3b6455b
commit
bac5c1a9f0
@ -17,6 +17,7 @@ class Gel extends FlxSprite
|
|||||||
public var Happiness:Int = 50;
|
public var Happiness:Int = 50;
|
||||||
public var Discipline:Int = 50;
|
public var Discipline:Int = 50;
|
||||||
public var Fullness = 50;
|
public var Fullness = 50;
|
||||||
|
public var Sleepiness = 0;
|
||||||
|
|
||||||
//private var _inEgg:Bool = true;
|
//private var _inEgg:Bool = true;
|
||||||
private var _isHungry:Bool = false;
|
private var _isHungry:Bool = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user