diff --git a/README.md b/README.md
index 96df0c5..f65e3ac 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,8 @@
# JGame2D
-JGame2D is a simple two-dimensional pixel art game for enhancing my java skills in fields of video games.
-The base for this game is given by the [tutorial series](https://www.youtube.com/playlist?list=PL_QPQmz5C6WUF-pOQDsbsKbaBZqXj4qSq) of [RyiSnow](https://www.youtube.com/@RyiSnow) on youtube.
-I am - of course - planning to re-design all images, sounds and maps by myself once the games functionality is complete.
+JGame2D is a simple two-dimensional pixel art game for enhancing my java skills in fields of game development.
## Installation
_To be continued_
## Contribution
-_To be continued_
-
-## Note (for me)
-- [Changing font](https://www.youtube.com/watch?v=g-wrebFVP3E)
\ No newline at end of file
+_To be continued_
\ No newline at end of file
diff --git a/src/de/miaurizius/jgame2d/core/UI.java b/src/de/miaurizius/jgame2d/core/UI.java
index 6c462cc..f9a4c2b 100644
--- a/src/de/miaurizius/jgame2d/core/UI.java
+++ b/src/de/miaurizius/jgame2d/core/UI.java
@@ -11,7 +11,7 @@ public class UI {
GamePanel panel;
Graphics2D graphics2d;
- Font arial_40, arial_80B;
+ Font arial_40, arial_80B; //TODO: Custom font loader: https://www.youtube.com/watch?v=g-wrebFVP3E
BufferedImage heart_full, heart_half, heart_blank;
public String currentDialogue;
public int commandNum = 0;