From 3483a1b04974b1ed2703e45249cdad18e67aba52 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Mon, 21 Feb 2022 20:56:33 -0600 Subject: [PATCH] I was wondering why items were yellow... --- src/entity/items.onyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entity/items.onyx b/src/entity/items.onyx index 750a103..26870f8 100644 --- a/src/entity/items.onyx +++ b/src/entity/items.onyx @@ -6,7 +6,7 @@ Item :: struct { name: str; weight := 10.0f; - color := Color.{ 1, 1, 0 }; + color := Color.{ 1, 1, 1 }; texture_path : str; } -- 2.25.1