finally built the crosshair of my dreams
This commit is contained in:
7
scripts/ColorSwatch.gd
Normal file
7
scripts/ColorSwatch.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
extends Node
|
||||
|
||||
const FULL_WHITE = Color(1, 1, 1, 1)
|
||||
const TRANSPARENT = Color(1, 1, 1, 0)
|
||||
const RED_COLOR = Color(1, 0, 0)
|
||||
const ORANGE_COLOR = Color(0.822, 0.318, 0.086)
|
||||
const GREEN_COLOR = Color(0.643, 0.82, 0.0)
|
||||
Reference in New Issue
Block a user