Changes

Jump to navigation Jump to search
→‎What does the content API do?: update for SMAPI 3.2 release
Line 16: Line 16:  
===What does the content API do?===
 
===What does the content API do?===
 
SMAPI handles content loading for the game. This lets you...
 
SMAPI handles content loading for the game. This lets you...
* read data, images, or maps from your mod folder (with support for <tt>.json</tt>, <tt>.png</tt>, <tt>.tbin</tt>, and <tt>.xnb</tt> files);
+
* read data, images, or maps from your mod folder (with support for <tt>.json</tt>, <tt>.png</tt>, <tt>.tbin</tt>, <tt>.tmx</tt>, and <tt>.xnb</tt> files);
 
* read assets from the game's <tt>Content</tt> folder;
 
* read assets from the game's <tt>Content</tt> folder;
 
* make changes to game assets (without changing the actual files);
 
* make changes to game assets (without changing the actual files);
Line 22: Line 22:     
The rest of this page explains each one in more detail.
 
The rest of this page explains each one in more detail.
  −
{{SMAPI upcoming|3.2|SMAPI 3.2 adds support for <tt>.tmx</tt> mods.}}
      
==Read assets==
 
==Read assets==
translators
8,403

edits

Navigation menu