This commit is contained in:
Silas Bartha 2020-04-18 06:23:05 -04:00
parent f3332786d3
commit 047f870f49

View File

@ -9,6 +9,8 @@ function drawLevelTransitionUI() {
// UI for playing
function drawPlayingUI() {
cartesianRect(0,ch/3*2, cw, ch/3, "#333333")
//Heart Rate Monitor
heartBeatUI(cw/4*3-8,ch/8*7-8,cw/4,ch/8);