Skip to content

Commit

Permalink
Moved string keys folder into an addon folder (by moving the .git folder
Browse files Browse the repository at this point in the history
and certian other files back and updating .gitignore)
  • Loading branch information
mrtripie committed Jun 11, 2020
1 parent 4a2320a commit 5626f72
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
string_keys/options/
addons/string_keys/options/
Testing/
icon.png.import

# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
project.godot

# Imported translations (automatically generated from CSV files)
*.translation

# Mono-specific ignores
.mono/
data_*/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The binary formats take a little longer to search since StringKeys first convert

2. If your project doesn't have an **addons folder (res://addons/)**, create one

3. **Copy the string_keys folder and paste it under your project's addons folder**
3. **Copy the string_keys folder (under addons) and paste it under your project's addons folder**

4. In the top left of Godot go to **Project > Project Settings > Plugins tab** find the **StringKeys addon**, and set the **Status to Active**

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5626f72

Please sign in to comment.