Made games list and game menu scrollable, added ENV["SDL_VIDEO_ALLOW_SCREENSAVER"] to enable system to sleep when idle with launcher still open

This commit is contained in:
2022-01-18 18:56:31 -06:00
parent 484c5891f4
commit 4996315aeb
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
ENV["SDL_VIDEO_ALLOW_SCREENSAVER"] = "1"
begin
require_relative "../cyberarm_engine/lib/cyberarm_engine"
rescue LoadError => e