Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games. Don't forget to come back September 21st to vote for your favorites!
Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
CTRL+C to copy current terminal text to clipboard, CTRL+V to paste into the terminal
The terminal now keeps track of all previously ran scripts since the game was opened, so you can keep pressing arrow up/down to go as far back as you want.
The terminal will now automatically print any returned values from the ran script, so you won't have to use echoln anymore.
This can be toggled on or off in the config at the top of the script:
Ruby:
# Always print returned value from script
TERMINAL_ECHO = true
That's about it! Thanks to @-FL- for the idea of automatically printing returned values, I appreciate the feedback!
I hope everyone are enjoying using this plugin, and that these new updates prove useful!