Skip to content
Snippets Groups Projects
Commit 1336575f authored by Oliver Dimes's avatar Oliver Dimes
Browse files

Removing Debug Menu

parent 2ba70de9
Branches
No related merge requests found
......@@ -42,8 +42,8 @@ void trump::draw() {
mappedPlayer = ofMap(playerValues.health, 0, 5, 0, ofGetWidth() *0.19);
//DEBUG Stuff
ofDrawBitmapString("Health : " + ofToString(health), 10, 10);
ofDrawBitmapString("Skill : " + ofToString(skillLevel), 10, 30);
// ofDrawBitmapString("Health : " + ofToString(health), 10, 10);
// ofDrawBitmapString("Skill : " + ofToString(skillLevel), 10, 30);
//ENEMY LINES BOX
ofSetColor(0);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment