From 1f3fbacf373d04bba706982cb7ba82cc19c8722a Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Sun, 10 Mar 2024 12:15:13 +0100 Subject: [PATCH] add: todo & current problems --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 642c27f..a1ab71e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # Example Game -You can download the GNU GPL Licensed game "FreeDink" from [here](https://nextcloud.atlantishq.de/s/9T62K9WjpEt3AQ7) and put it into `example_software_root/FreeDink/main_dir" to test it out. \ No newline at end of file +You can download the GNU GPL Licensed game "FreeDink" from [here](https://nextcloud.atlantishq.de/s/9T62K9WjpEt3AQ7) and put it into `example_software_root/FreeDink/main_dir" to test it out. + +# TODO +- check local cache before loading from remote +- better image resizing, prevent stretching etc. +- async load from remote, currently the who GUI blocks during the loading process \ No newline at end of file