From 4db4b5791cd1359519933871ab65412acafb71d7 Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Mon, 27 Feb 2023 22:35:28 +0100 Subject: v1.1.0 Refactor of loading screen Faster loading time by concurently awaiting all promises Minor bug fix Added litle help menu at the start of the game --- src/static/prstart-webfont.woff | Bin 0 -> 15652 bytes src/static/prstart-webfont.woff2 | Bin 0 -> 11720 bytes src/static/prstart.ttf | Bin 0 -> 21320 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/static/prstart-webfont.woff create mode 100644 src/static/prstart-webfont.woff2 create mode 100644 src/static/prstart.ttf (limited to 'src/static') diff --git a/src/static/prstart-webfont.woff b/src/static/prstart-webfont.woff new file mode 100644 index 0000000..01c8d57 Binary files /dev/null and b/src/static/prstart-webfont.woff differ diff --git a/src/static/prstart-webfont.woff2 b/src/static/prstart-webfont.woff2 new file mode 100644 index 0000000..46cb196 Binary files /dev/null and b/src/static/prstart-webfont.woff2 differ diff --git a/src/static/prstart.ttf b/src/static/prstart.ttf new file mode 100644 index 0000000..40ca6b6 Binary files /dev/null and b/src/static/prstart.ttf differ -- cgit v1.3.1