1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-25 17:53:47 +00:00
Aquaria/files/scripts
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
..
compat Add support for mod script compatibility layers 2017-01-21 02:06:44 +01:00
entities entities/squeezer.lua is unused 2017-01-20 02:21:16 +01:00
global Move scripts to files, to make automated overriding easier 2013-11-17 02:23:39 +01:00
include Move scripts to files, to make automated overriding easier 2013-11-17 02:23:39 +01:00
maps Major include refactor; changes to pretty much everything 2016-07-09 04:18:40 +02:00
.gitignore Move scripts to files, to make automated overriding easier 2013-11-17 02:23:39 +01:00