I was wondering why items were yellow...
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 22 Feb 2022 02:56:33 +0000 (20:56 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 22 Feb 2022 02:56:33 +0000 (20:56 -0600)
src/entity/items.onyx

index 750a103143a5323f5ae4c24d41df65d79dad7d4d..26870f81e5d39795b2e7cf82edac30b9312cad32 100644 (file)
@@ -6,7 +6,7 @@ Item :: struct {
     name: str;
     weight := 10.0f;
 
-    color        := Color.{ 1, 1, 0 };
+    color        := Color.{ 1, 1, 1 };
     texture_path : str;
 }