diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-08 00:00:49 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-08 00:00:49 -0500 |
| commit | f5a7e3ef7e25aa2545f541e171f2d5f6fe43ecc7 (patch) | |
| tree | 6f5dbb64c68ff3bf8a2cd771366ac5ff466d183d /.idea/.idea.Erable | |
| parent | c7428fab1c38d29bcc50ee263678504e34d01318 (diff) | |
| download | erable-godot-f5a7e3ef7e25aa2545f541e171f2d5f6fe43ecc7.tar.gz erable-godot-f5a7e3ef7e25aa2545f541e171f2d5f6fe43ecc7.tar.bz2 erable-godot-f5a7e3ef7e25aa2545f541e171f2d5f6fe43ecc7.zip | |
Erable playing audio in bg thread; Sirop backend initalized; Msgbox added
Diffstat (limited to '.idea/.idea.Erable')
| -rw-r--r-- | .idea/.idea.Erable/.idea/.gitignore | 13 | ||||
| -rw-r--r-- | .idea/.idea.Erable/.idea/discord.xml | 6 | ||||
| -rw-r--r-- | .idea/.idea.Erable/.idea/encodings.xml | 4 | ||||
| -rw-r--r-- | .idea/.idea.Erable/.idea/indexLayout.xml | 8 | ||||
| -rw-r--r-- | .idea/.idea.Erable/.idea/vcs.xml | 6 |
5 files changed, 37 insertions, 0 deletions
diff --git a/.idea/.idea.Erable/.idea/.gitignore b/.idea/.idea.Erable/.idea/.gitignore new file mode 100644 index 0000000..0500096 --- /dev/null +++ b/.idea/.idea.Erable/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/modules.xml +/contentModel.xml +/projectSettingsUpdater.xml +/.idea.Erable.iml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/.idea.Erable/.idea/discord.xml b/.idea/.idea.Erable/.idea/discord.xml new file mode 100644 index 0000000..cd711a0 --- /dev/null +++ b/.idea/.idea.Erable/.idea/discord.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="DiscordProjectSettings"> + <option name="show" value="PROJECT_FILES" /> + </component> +</project>
\ No newline at end of file diff --git a/.idea/.idea.Erable/.idea/encodings.xml b/.idea/.idea.Erable/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.Erable/.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 diff --git a/.idea/.idea.Erable/.idea/indexLayout.xml b/.idea/.idea.Erable/.idea/indexLayout.xml new file mode 100644 index 0000000..27ba142 --- /dev/null +++ b/.idea/.idea.Erable/.idea/indexLayout.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ContentModelUserStore"> + <attachedFolders /> + <explicitIncludes /> + <explicitExcludes /> + </component> +</project>
\ No newline at end of file diff --git a/.idea/.idea.Erable/.idea/vcs.xml b/.idea/.idea.Erable/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.Erable/.idea/vcs.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="$PROJECT_DIR$" vcs="Git" /> + </component> +</project>
\ No newline at end of file |
