File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -483,14 +483,12 @@ $RECYCLE.BIN/
483483# Vim temporary swap files
484484* .swp
485485
486-
487486# ## Godot ###
488487.import /
489488export.cfg
490489logs /
491490.godot
492491
493-
494492# ## C7 ###
495493C7.ini
496494log.txt
@@ -499,3 +497,6 @@ log.txt
499497# Exports folder ignores
500498C7 /Exports
501499Exports /
500+
501+ # Test runtime files
502+ C7GameDataTests /data /
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public void SimpleSave() {
5656 // load SaveGame but convert to and from GameData before saving to file:
5757 string outputWasGameDataPath = getDataPath ( "output/static-save-was-game-data.json" ) ;
5858
59- string developerSave = getBasePath ( "../C7/Text/c7-static-map-save.json" ) ;
59+ string developerSave = getBasePath ( "../../src/ C7/Text/c7-static-map-save.json" ) ;
6060
6161 SaveGame saveNeverGameData = SaveGame . Load ( developerSave ) ;
6262
You can’t perform that action at this time.
0 commit comments