diff --git a/README.md b/README.md index 4e4fc0129c20c83b641a57f3965675a8eca75c68..88c65241786f3f806dcd7dd8d6aa819138c44a39 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,6 @@ [Pico8](https://www.lexaloffle.com/pico-8.php), [Atari 2600](https://en.wikipedia.org/wiki/Atari_2600) and [Windows 3.1](https://en.wikipedia.org/wiki/Windows_3.1). -You develop your games in Lua and you are only allowed to have one Lua file -where all your code lives. You can then load external assets like images and -sounds. - > [!IMPORTANT] > The Raylib library in the `vendor` folder contains prebuilt artifacts. All > libraries are also available in the `archive` folder. You can manually