Skip to content

Commit 353dd10

Browse files
committed
Replace "Memory Unutilized" with "Memory Free" in the "scrolling_detailed" sample config.
1 parent cb35fcb commit 353dd10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/assets/customloadingscreen/sample/config/scrolling_detailed.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"image": "textures/font/ascii.png",
2222
"position_type": "TOP_LEFT",
2323
"offset_pos": "TOP_LEFT",
24-
"text": "'Memory Alotted :'",
24+
"text": "'Memory Alotted :'",
2525
"position": {
2626
"x": 10, "y": 10
2727
}
@@ -45,7 +45,7 @@
4545
"image": "textures/font/ascii.png",
4646
"position_type": "TOP_LEFT",
4747
"offset_pos": "TOP_LEFT",
48-
"text": "'Memory Utilized : -'",
48+
"text": "'Memory Utilized : -'",
4949
"position": {
5050
"x": 10, "y": 24
5151
}
@@ -81,7 +81,7 @@
8181
"image": "textures/font/ascii.png",
8282
"position_type": "TOP_LEFT",
8383
"offset_pos": "TOP_LEFT",
84-
"text": "'Memory Unutilized :'",
84+
"text": "'Memory Free :'",
8585
"position": {
8686
"x": 10, "y": 38
8787
}

0 commit comments

Comments
 (0)