diff options
| author | alex <[email protected]> | 2026-07-24 21:15:53 +0200 |
|---|---|---|
| committer | alex <[email protected]> | 2026-07-24 21:15:53 +0200 |
| commit | 6b666c7f25121e61bf1c58ee65cb2cd0f254b887 (patch) | |
| tree | de012eb81e45de014bf451ab1e8e741ef5abf3c5 /.idea/.idea.testing | |
| parent | 7e0c071a0d86563f9d450bf9073e06006abfa86e (diff) | |
| download | godot-testing-6b666c7f25121e61bf1c58ee65cb2cd0f254b887.tar.xz godot-testing-6b666c7f25121e61bf1c58ee65cb2cd0f254b887.zip | |
replaced all the sprites added the tilemap and improved the stats system so it can be split into multiple scripts
Diffstat (limited to '.idea/.idea.testing')
| -rw-r--r-- | .idea/.idea.testing/.idea/.gitignore | 15 | ||||
| -rw-r--r-- | .idea/.idea.testing/.idea/encodings.xml | 4 |
2 files changed, 19 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" /> +</project>
\ No newline at end of file |
