This website requires JavaScript.
Explore
Help
Sign In
mae
/
p5winter
Watch
1
Star
0
Fork
You've already forked p5winter
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
p5winter
/
debug.js
6 lines
96 B
JavaScript
Raw
Permalink
Blame
History
export
function
debugMsg
(
msg
)
{
fill
(
255
)
;
stroke
(
0
)
;
textSize
(
12
)
;
text
(
msg
,
24
,
24
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink