Skip to content

Commit

Permalink
Merge pull request #80 from theludovyc/FixUser#79
Browse files Browse the repository at this point in the history
Use user://
  • Loading branch information
Jeremi360 committed May 14, 2022
2 parents dd54576 + 83bc43f commit 8843ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/Rakugo/lib/systems/StoreManager.gd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extends Node

const save_folder_path = "usr://saves"
const save_folder_path = "user://saves"

var store_stack = []
var store_stack_max_length = 5
Expand Down

0 comments on commit 8843ec6

Please sign in to comment.