From 6b666c7f25121e61bf1c58ee65cb2cd0f254b887 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 24 Jul 2026 21:15:53 +0200 Subject: replaced all the sprites added the tilemap and improved the stats system so it can be split into multiple scripts --- .idea/.idea.testing/.idea/.gitignore | 15 +++++++++++++++ .idea/.idea.testing/.idea/encodings.xml | 4 ++++ 2 files changed, 19 insertions(+) create mode 100644 .idea/.idea.testing/.idea/.gitignore create mode 100644 .idea/.idea.testing/.idea/encodings.xml (limited to '.idea/.idea.testing') diff --git a/.idea/.idea.testing/.idea/.gitignore b/.idea/.idea.testing/.idea/.gitignore new file mode 100644 index 0000000..21a8d3d --- /dev/null +++ b/.idea/.idea.testing/.idea/.gitignore @@ -0,0 +1,15 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/contentModel.xml +/modules.xml +/.idea.testing.iml +/projectSettingsUpdater.xml +# Ignored default folder with query files +/queries/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/.idea.testing/.idea/encodings.xml b/.idea/.idea.testing/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.testing/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.2.3