Skip to content

Commit 307bb31

Browse files
committed
Fixed typo in readme
1 parent d160ee8 commit 307bb31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ If you decide to use Console Java Engine to make your game with, first off thank
1414
As of version 0.1.20-Jyggalag the following is provided:
1515

1616
A Scene system
17+
1718
A Pair class that emulates the C++ Standard Library's. (I thought it'd be nice to have when I first wrote this, this might be removed later)
19+
1820
A Colors class that holds RGB colors. These colors were sourced from the [website](html-color.codes)
21+
1922
A very basic Camera class. It's really basic camera.
23+
2024
An Immediate Mode UI - I emulated how DearImGui works and currently adding features to the it as I go.
25+
2126
An Input class - It handles keyboard input. I've been trying to implement a `justPressed` feature, but Lanterna only let's you know a key was pressed and not when it was released, held or pressed. So I might have to dig deeper and develop a separate input system from Lanterna.
2227

2328
## How to use

0 commit comments

Comments
 (0)