diff --git a/turbowarp/Extras/main.lua b/turbowarp/Extras/main.lua new file mode 100644 index 0000000..5913e64 --- /dev/null +++ b/turbowarp/Extras/main.lua @@ -0,0 +1,14 @@ +function Isturbowarp{ + return false +} +function Iscompiled{ + return false +} +function label{ + return 0 -- it does nothin +} +function IsRunningTurbomode{ + return false +} + + diff --git a/turbowarp/Extras/meta.json b/turbowarp/Extras/meta.json new file mode 100644 index 0000000..8e19343 --- /dev/null +++ b/turbowarp/Extras/meta.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://raw.githubusercontent.com/ScratchEverywhere/seec/refs/heads/main/schema.json", + "core": false, + "id": "Extras", + "name": "Extra blocks", + "description": "adds an bunch of extras for compatibility", + "permissions": ["input"] +}