Updated gems, implemented game settings (works best with scripts 5.1 games)

This commit is contained in:
2023-11-19 12:42:54 -06:00
parent 8972561f5f
commit d83a439ad1
10 changed files with 761 additions and 14 deletions

View File

@@ -448,6 +448,14 @@ class W3DHub
Store.settings.save_settings
end
def color(app_id)
Store.applications.games.detect { |g| g.id == app_id }&.color
end
def name(app_id)
Store.applications.games.detect { |g| g.id == app_id }&.name
end
# No application tasks are being done
def idle?
!busy?