how do i find the players starting color values?
1 Like
Welcome to flowlab! I dont personally know how to answer your question. But its nice to see a nazo unleashed fan on flowlab
1 Like
There is not a very simple way of doing this but in the properties section of the behaviors, towards the bottom. the behavior colors allows you to change the colors of the sprite with code and it outputs its corresponding input. the inputs are from 0-100 (Percents: %) and it multiply the whole sprites color by this: example inputting 50 into the red will make every pixel of the sprite have 50% possible red applied.