From 005662e8008e0db40af76475b175339c7a193714 Mon Sep 17 00:00:00 2001 From: Maurice Date: Sat, 29 Nov 2025 01:28:04 +0100 Subject: [PATCH] added a few notes --- README.md | 9 ++------- src/de/miaurizius/jgame2d/core/UI.java | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) 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;