feat(games): add SCP:SL support (#715)

* feat(games): add scpsl initial impl

* feat: add name

* feat: add game entry, add note

* docs: add SSL to games_list.md

* fix: remove stray debug console log

* docs: update CHANGELOG.md
This commit is contained in:
CosminPerRam 2025-06-29 18:02:38 +03:00 committed by GitHub
parent bab3452047
commit f2dfb8134f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 73 additions and 1 deletions

View file

@ -2768,6 +2768,16 @@ export const games = {
protocol: 'valve'
}
},
ssl: {
name: 'SCP: Secret Labratory',
release_year: 2020,
options: {
protocol: 'scpsl'
},
extra: {
doc_notes: 'ssl'
}
},
stalker: {
name: 'S.T.A.L.K.E.R.',
release_year: 2007,