Make background black, start cleanup of weapons

This commit is contained in:
2021-08-26 21:18:46 +01:00
parent cb39ee3e6b
commit c97c16777a
9 changed files with 34 additions and 16 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
out vec4 fColor;
void main()
{
fColor = vec4 (0.9,0.5,0,1);
fColor = vec4 (0,0,0,1);
}