From fdfd4fc2152dab29bc89b2f27cc50aaec908b3ba Mon Sep 17 00:00:00 2001 From: Tefek <493msi@gmail.com> Date: Thu, 22 Oct 2020 17:21:56 +0200 Subject: [PATCH] [PlutoLib] Color API plans --- NEXT_RELEASE_DRAFT.md | 1 + UPDATE_NOTES.md | 1 + 2 files changed, 2 insertions(+) diff --git a/NEXT_RELEASE_DRAFT.md b/NEXT_RELEASE_DRAFT.md index ab7a92b..bdaa04d 100644 --- a/NEXT_RELEASE_DRAFT.md +++ b/NEXT_RELEASE_DRAFT.md @@ -4,6 +4,7 @@ * Large scale API changes, however the general idea should stay the same * Rethink the class loader system. * `[PlutoLib]` Redo the resource system +* `[PlutoLib]` Create a new Color API and port renderer code to it ## Features targeted for 20.2.0.0-alpha.4 * The stage subsystem diff --git a/UPDATE_NOTES.md b/UPDATE_NOTES.md index ab584e9..4c6f864 100644 --- a/UPDATE_NOTES.md +++ b/UPDATE_NOTES.md @@ -9,6 +9,7 @@ Awaiting implementation: * `[PlutoLib]` Moved `cz.tefek.pluto.io.pluto.pp` to `cz.tefek.pluto.io.plutopackage` * `[PlutoLib]` Completely reworked the module system +* `[PlutoLib]` Created a simple Color API ## 20.2.0.0-alpha.2 * `build.gradle` Extracted the version numbers into separate variables