mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-26 02:03:48 +00:00
fb3d27fcfe
- toggleVersionLabel() - setVersionLabelText() + Implement compat function entity_flipHToAvatar() properly
6 lines
328 B
Lua
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")
|