1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-07-16 12:54:49 +00:00

Remove Lua functions:

- toggleVersionLabel()
- setVersionLabelText()

+ Implement compat function entity_flipHToAvatar() properly
This commit is contained in:
fgenesis 2022-07-17 17:56:26 +02:00
parent d7ff053efd
commit fb3d27fcfe
6 changed files with 22 additions and 36 deletions

View file

@ -10,8 +10,6 @@ decrFlag = nil
entity_sound = nil
entity_toggleBone = nil
isPlat = nil -- should not matter on the Lua side what the platform is
toggleVersionLabel = nil
setVersionLabelText = nil
quit = nil -- mods should not do this ever
doModSelect = nil
doLoadMenu = nil