1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-26 10:13:49 +00:00
Aquaria/files/scripts/compat/default.lua
fgenesis fb3d27fcfe Remove Lua functions:
- toggleVersionLabel()
- setVersionLabelText()

+ Implement compat function entity_flipHToAvatar() properly
2022-07-17 17:56:26 +02:00

6 lines
328 B
Lua

-- Loaded when mod compat setting is empty or does not exist.
-- Does a few basic adjustments but does not offer compatbility with legacy mods.
-- (In this case and for 1.1.x/Steam compatibility, use "legacy" or "legacy-strict")
dofile("scripts/compat/internal/osestubs.lua")
dofile("scripts/compat/internal/oldfunctions.lua")