We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c3426 commit 9c9c97cCopy full SHA for 9c9c97c
1 file changed
singularity/code/g.py
@@ -93,10 +93,9 @@
93
font1 = "acknowtt.ttf"
94
95
#savefile version; update whenever the data saved changes.
96
-current_save_version = "singularity_savefile_r5_pre"
+current_save_version = "singularity_savefile_r5_pre2"
97
savefile_translation = {
98
- "singularity_savefile_r4": 4,
99
- "singularity_savefile_r5_pre": 4.91,
+ "singularity_savefile_r5_pre2": 4.92,
100
}
101
102
data_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "data"))
0 commit comments