figuring out colors
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Butter Engine"
|
title: "Butter Engine"
|
||||||
image: "featured-image.png"
|
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.
|
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.
|
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).
|
The checklist is available on the [GitHub repository](https://github.com/joshuafhiggins/ButterEngine).
|
||||||
|
|
||||||
|
style:
|
||||||
|
background: "#0177b8"
|
||||||
|
color: "#fff"
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
---
|
---
|
||||||
title: "Click Counter"
|
title: "Click Counter"
|
||||||
image: "featured-image.png"
|
image: "featured-image.png"
|
||||||
style:
|
|
||||||
background: "#df7988"
|
|
||||||
color: "#fff"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
A Minecraft Forge 1.8.9 mod for counting how many times you left/right click. Featuring custom coloring, positioning, and prefixes, this mod provides useful statistics. Get started by typing the "/clicks" command in chat. The project is under the [MIT License](https://raw.githubusercontent.com/joshuafhiggins/clickcounter/master/LICENSE).
|
A Minecraft Forge 1.8.9 mod for counting how many times you left/right click. Featuring custom coloring, positioning, and prefixes, this mod provides useful statistics. Get started by typing the "/clicks" command in chat. The project is under the [MIT License](https://raw.githubusercontent.com/joshuafhiggins/clickcounter/master/LICENSE).
|
||||||
|
|
||||||
|
style:
|
||||||
|
background: "#df7988"
|
||||||
|
color: "#fff"
|
||||||
@@ -1,9 +1,10 @@
|
|||||||
---
|
---
|
||||||
title: "Docker"
|
title: "Docker"
|
||||||
image: "featured-image.png"
|
image: "featured-image.png"
|
||||||
style:
|
|
||||||
background: "#ffb900"
|
|
||||||
color: "#fff"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Releases and updates to Docker images.
|
Releases and updates to Docker images.
|
||||||
|
|
||||||
|
style:
|
||||||
|
background: "#ffb900"
|
||||||
|
color: "#fff"
|
||||||
@@ -1,14 +1,15 @@
|
|||||||
---
|
---
|
||||||
title: "Prank Suite"
|
title: "Prank Suite"
|
||||||
image: "featured-image.png"
|
image: "featured-image.png"
|
||||||
style:
|
|
||||||
background: "#6b69d6"
|
|
||||||
color: "#fff"
|
|
||||||
---
|
---
|
||||||
*[Formally, Weeb Detector](https://www.youtube.com/embed/grI_YSRRoBY) was a prank I made to use on my brother, since he started watching anime. He deserved this punishment fully. I made a video on how to set it up and a code walk-through aswell.*
|
*[Formally, Weeb Detector](https://www.youtube.com/embed/grI_YSRRoBY) was a prank I made to use on my brother, since he started watching anime. He deserved this punishment fully. I made a video on how to set it up and a code walk-through aswell.*
|
||||||
|
|
||||||
NOTE: This software can be used maliciously. I am no way responsible for the use of this software and encourage its use in good faith.
|
NOTE: This software can be used maliciously. I am no way responsible for the use of this software and encourage its use in good faith.
|
||||||
|
|
||||||
|
style:
|
||||||
|
background: "#6b69d6"
|
||||||
|
color: "#fff"
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- See and close open user's windows
|
- See and close open user's windows
|
||||||
- Trigger popups with custom text
|
- Trigger popups with custom text
|
||||||
|
|||||||
Reference in New Issue
Block a user