mirror of
https://github.com/HowestDAE/dae16-VerhulstBram.git
synced 2026-02-04 12:29:21 +01:00
Fix camera, added more collsion stuff
added pink color
This commit is contained in:
@@ -13,4 +13,5 @@ namespace Colors
|
||||
const Color4f YELLOW{ 1.0f, 1.0f, 0.0f, 1.0f };
|
||||
const Color4f MAGENTA{ 1.0f, 0.0f, 1.0f, 1.0f };
|
||||
const Color4f CYAN{ 0.0f, 1.0f, 1.0f, 1.0f };
|
||||
const Color4f PINK{ 1.0f, 0.0f, 0.5f, 1.0f };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user