Changes

Jump to navigation Jump to search
update link
Line 16: Line 16:  
==Intro==
 
==Intro==
 
* '''What is SMAPI?'''
 
* '''What is SMAPI?'''
*: A SMAPI mod uses the [https://github.com/Pathoschild/SMAPI SMAPI] modding API to extend the game logic. You can run code when something happens (e.g. mouse clicked or menu opened), or periodically (e.g. once per game tick). SMAPI mods are written in C# using the .NET Framework. Stardew Valley also uses XNA (on Windows) or MonoGame (on Linux and Mac) for the fundamental game logic (drawing to the screen, user input, etc).
+
*: A SMAPI mod uses the [https://smapi.io/ SMAPI] modding API to extend the game logic. You can run code when something happens (e.g. mouse clicked or menu opened), or periodically (e.g. once per game tick). SMAPI mods are written in C# using the .NET Framework. Stardew Valley also uses XNA (on Windows) or MonoGame (on Linux and Mac) for the fundamental game logic (drawing to the screen, user input, etc).
    
* '''Can I make a mod?'''
 
* '''Can I make a mod?'''
translators
8,457

edits

Navigation menu