1
0
mirror of https://github.com/Melon-Bread/Pet.GB synced 2024-11-24 20:58:19 -05:00

Added Sleep level 🌔

This commit is contained in:
Rain Clark 2016-10-04 01:30:51 -04:00
parent 18b3b6455b
commit bac5c1a9f0

View File

@ -17,6 +17,7 @@ class Gel extends FlxSprite
public var Happiness:Int = 50;
public var Discipline:Int = 50;
public var Fullness = 50;
public var Sleepiness = 0;
//private var _inEgg:Bool = true;
private var _isHungry:Bool = false;