figuring out colors
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
---
|
||||
title: "Butter Engine"
|
||||
image: "featured-image.png"
|
||||
style:
|
||||
background: "#0177b8"
|
||||
color: "#fff"
|
||||
---
|
||||
|
||||
Butter Engine is a game engine made in LWJGL and uses its subset libraries for various tasks. What originally started as a simple rendering library to use LWJGL easier is now becoming a fully-fledged engine and with the hope to fill the same role as Garry's Mod in end-user development.
|
||||
@@ -11,3 +8,7 @@ Butter Engine is a game engine made in LWJGL and uses its subset libraries for v
|
||||
Although similar to other projects in ambition, the hope is to work on certain parts of the TODO list at a time. For example, spending some time on rendering and then transitioning to audio, to ECS, and back.
|
||||
|
||||
The checklist is available on the [GitHub repository](https://github.com/joshuafhiggins/ButterEngine).
|
||||
|
||||
style:
|
||||
background: "#0177b8"
|
||||
color: "#fff"
|
||||
|
||||
Reference in New Issue
Block a user