Skip to content

Commit 0e33789

Browse files
authored
Update README.md
1 parent 8a0bccc commit 0e33789

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,16 @@ public class PlayerData
7373

7474
## 📷 Screenshots
7575

76-
![Exampl Code](https://github.com/SinlessDevil/Save_System/blob/main/Images/Exampl_Code_Use_1.png)
77-
![Exampl Code](https://github.com/SinlessDevil/Save_System/blob/main/Images/Exampl_Code_Use_2.png)
76+
| Save Example | Switch Method Example |
77+
|--------------|------------------------|
78+
| ![Code1](https://github.com/SinlessDevil/Save_System/blob/main/Images/Exampl_Code_Use_1.png) | ![Code2](https://github.com/SinlessDevil/Save_System/blob/main/Images/Exampl_Code_Use_2.png) |
7879

7980
![Tools](https://github.com/SinlessDevil/Save_System/blob/main/Images/Tools_1.png)
80-
![Tools](https://github.com/SinlessDevil/Save_System/blob/main/Images/Tools_1_Prefs.png)
81-
![Tools](https://github.com/SinlessDevil/Save_System/blob/main/Images/Tools_1_Json.png)
82-
![Tools](https://github.com/SinlessDevil/Save_System/blob/main/Images/Tools_1_xml.png)
81+
82+
| PlayerPrefs | JSON | XML |
83+
|-------------|------|-----|
84+
| ![Prefs](https://github.com/SinlessDevil/Save_System/blob/main/Images/Tools_1_Prefs.png) | ![Json](https://github.com/SinlessDevil/Save_System/blob/main/Images/Tools_1_Json.png) | ![Xml](https://github.com/SinlessDevil/Save_System/blob/main/Images/Tools_1_xml.png) |
85+
8386

8487
![Path](https://github.com/SinlessDevil/Save_System/blob/main/Images/Path.png)
8588
---
@@ -96,11 +99,9 @@ saveLoadFacade.Save(SaveMethod.Json, playerData);
9699
PlayerData loaded = saveLoadFacade.Load(SaveMethod.PlayerPrefs);
97100
```
98101

99-
100102
---
101103

102104
## 📌 Related Projects
103105
- [Grid Level Editor](https://github.com/SinlessDevil/Grid_Level_Editor)
104106
- [Language Change Tools](https://github.com/SinlessDevil/Language_Change_Tools)
105107
- [Inventory Tetris](https://github.com/SinlessDevil/Inventory_Tetris)
106-

0 commit comments

Comments
 (0)