Im trying to find a way to make it so when it goes below a certain y the text will change to a red color (p5.js)

前端 未结 0 1698
迷失自我
迷失自我 2020-12-05 14:25
// Background

var backgroundt = createSprite(200,200,200,200);
backgroundt.setAnimation("pine_trees_1");

// Bee
var bee1 = createSprite(200,200,200,200);         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题