Verse Library verse

02 Fragment

Declares constant color variables for use in UI elements or visual effects within the island.

verse-library/color-palette/02-fragment.verse

# Updated with mood-setting color values
Red_Crayon : color = color{R:=1.0, G:=0.0, B:=0.0, A:=1.0}   # Bright Red
Blue_Crayon : color = color{R:=0.0, G:=0.2, B:=1.0, A:=1.0}  # Bright Blue
Green_Crayon : color = color{R:=0.0, G:=1.0, B:=0.2, A:=1.0} # Bright Green

Comments

    Sign in to vote, comment, or suggest an edit. Sign in