1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-02-03 18:14:01 +00:00
Aquaria/files
fgenesis 3b759294df Add support for mod script compatibility layers
This uses a new <Compatibility script="..." /> tag in a mod's XML file.
A compatbility layer is a script that runs before mod-init.lua is loaded,
and before any mod scripts are loaded when resuming a saved game.

This is a better solution than shipping a fragile wrapper
with every mod, that tends to break and then needs to be updated.
Now this wrapper is centralized, easy to use, and easy to update.

Closes #31.
2017-01-21 02:06:44 +01:00
..
data Implement "Desktop" resolution (0x0, default). Also fix music slider update in options menu 2017-01-13 18:20:35 +01:00
gfx Replace DebugButton in the key config menu with a nicer and UI-focusable button 2016-08-02 04:15:04 +02:00
locales/ru Add custom upper<->lowercase translation tables for better localization support. 2013-11-14 17:58:33 +01:00
scripts Add support for mod script compatibility layers 2017-01-21 02:06:44 +01:00