summaryrefslogtreecommitdiff
path: root/.idea/.idea.testing
diff options
context:
space:
mode:
authoralex <[email protected]>2026-07-24 23:33:46 +0200
committeralex <[email protected]>2026-07-24 23:33:46 +0200
commit91fd5d80808fd177f97c4cc7e78b704efb5d6ce3 (patch)
treefc0dee06eae293afb5e429fa0956455aee585f01 /.idea/.idea.testing
parent6b666c7f25121e61bf1c58ee65cb2cd0f254b887 (diff)
downloadgodot-testing-91fd5d80808fd177f97c4cc7e78b704efb5d6ce3.tar.xz
godot-testing-91fd5d80808fd177f97c4cc7e78b704efb5d6ce3.zip
improved stats resource, weapon now uses dmg from player stats
Diffstat (limited to '.idea/.idea.testing')
-rw-r--r--.idea/.idea.testing/.idea/.name1
-rw-r--r--.idea/.idea.testing/.idea/indexLayout.xml8
-rw-r--r--.idea/.idea.testing/.idea/libraries/GdSdk.xml9
-rw-r--r--.idea/.idea.testing/.idea/vcs.xml7
4 files changed, 25 insertions, 0 deletions
diff --git a/.idea/.idea.testing/.idea/.name b/.idea/.idea.testing/.idea/.name
new file mode 100644
index 0000000..9a2c773
--- /dev/null
+++ b/.idea/.idea.testing/.idea/.name
@@ -0,0 +1 @@
+testing \ No newline at end of file
diff --git a/.idea/.idea.testing/.idea/indexLayout.xml b/.idea/.idea.testing/.idea/indexLayout.xml
new file mode 100644
index 0000000..7b08163
--- /dev/null
+++ b/.idea/.idea.testing/.idea/indexLayout.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="UserContentModel">
+ <attachedFolders />
+ <explicitIncludes />
+ <explicitExcludes />
+ </component>
+</project> \ No newline at end of file
diff --git a/.idea/.idea.testing/.idea/libraries/GdSdk.xml b/.idea/.idea.testing/.idea/libraries/GdSdk.xml
new file mode 100644
index 0000000..0059883
--- /dev/null
+++ b/.idea/.idea.testing/.idea/libraries/GdSdk.xml
@@ -0,0 +1,9 @@
+<component name="libraryTable">
+ <library name="GdSdk" type="GdScript">
+ <CLASSES />
+ <JAVADOC />
+ <SOURCES>
+ <root url="file://$APPLICATION_PLUGINS_DIR$/GdScript/extracted/Master" />
+ </SOURCES>
+ </library>
+</component> \ No newline at end of file
diff --git a/.idea/.idea.testing/.idea/vcs.xml b/.idea/.idea.testing/.idea/vcs.xml
new file mode 100644
index 0000000..8306744
--- /dev/null
+++ b/.idea/.idea.testing/.idea/vcs.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="VcsDirectoryMappings">
+ <mapping directory="" vcs="Git" />
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
+ </component>
+</project> \ No newline at end of file