From: Brendan Hansen Date: Tue, 22 Feb 2022 02:56:33 +0000 (-0600) Subject: I was wondering why items were yellow... X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=3483a1b04974b1ed2703e45249cdad18e67aba52;p=bar-game.git I was wondering why items were yellow... --- 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; }