added a few notes

This commit is contained in:
2025-11-29 01:28:04 +01:00
parent 65061d721d
commit 005662e800
2 changed files with 3 additions and 8 deletions

View File

@@ -1,13 +1,8 @@
# JGame2D
JGame2D is a simple two-dimensional pixel art game for enhancing my java skills in fields of video games.<br>
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.<br>
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.<br>
## Installation
_To be continued_
## Contribution
_To be continued_
## Note (for me)
- [Changing font](https://www.youtube.com/watch?v=g-wrebFVP3E)
_To be continued_

View File

@@ -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;