Skip to content

Commit ca3015e

Browse files
committed
Fix strange character that breaks RSS
1 parent a57b0d2 commit ca3015e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/2024-07-10-godot-file-compression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ We can use a nifty tool like [GodotPCKExplorer](https://github.com/DmitriySalnik
169169
We then can click `Extract > Extract Selected` and save the file to a location of our choice. This then allows us to inspect the file furter. Opening that file in a text editor shows us an odd character:
170170

171171
```
172-
{
172+
{
173173
"item": "Golden Pickaxe"
174174
}
175175
```

0 commit comments

Comments
 (0)