copy correct warning message
Dependencies
- [2]
VPRGENLAhide some details within the 'warning' state - [3]
6VJTQKW7start supporting LÖVE v12 - [4]
3XQROLSKredo version checks yet again - [*]
OTIBCAUJlove2d scaffold
Change contents
- replacement in main.lua at line 222
love.system.setClipboardText(Error_message)love.system.setClipboardText(warning_message()) - edit in main.lua at line 370[2.1581]
function warning_message()assert(type(Current_app) == 'table')return Current_app.messageend