projects
/
bar-game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
029e15c
)
I was wondering why items were yellow...
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Tue, 22 Feb 2022 02:56:33 +0000
(20:56 -0600)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Tue, 22 Feb 2022 02:56:33 +0000
(20:56 -0600)
src/entity/items.onyx
patch
|
blob
|
history
diff --git
a/src/entity/items.onyx
b/src/entity/items.onyx
index 750a103143a5323f5ae4c24d41df65d79dad7d4d..26870f81e5d39795b2e7cf82edac30b9312cad32 100644
(file)
--- 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;
}