Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Добавил обычные фоны в лобби #495

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 49 additions & 1 deletion Resources/Prototypes/ADT/lobbyscreensanimated.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Хоть и у нас тип animatedLobbyScreen, но как ты сказал эт не важно, по этому в Resources/Prototypes/ADT/lobbyscreens.yml
А лучше бы вообще починил посредством того, что ты бы поставил в Resources/Prototypes/lobbyscreens.yml просто другой тип и указал ADT Tweak

Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,52 @@

#- type: animatedLobbyScreen
# id: FifthLobbyScreen
# path: Ohio/Lobby/backgrounds/5.rsi
# path: Ohio/Lobby/backgrounds/5.rsi

- type: animatedLobbyScreen
id: Warden
path: /Textures/LobbyScreens/warden.webp

- type: animatedLobbyScreen
id: Pharmacy
path: /Textures/LobbyScreens/pharmacy.webp

- type: animatedLobbyScreen
id: SSXIV
path: /Textures/LobbyScreens/ssxiv.webp

- type: animatedLobbyScreen
id: Susstation
path: /Textures/LobbyScreens/susstation.webp

- type: animatedLobbyScreen
id: SkellyVsTheRev
path: /Textures/LobbyScreens/skellyvstherev.webp

- type: animatedLobbyScreen
id: Doomed
path: /Textures/LobbyScreens/doomed.webp

- type: animatedLobbyScreen
id: Blueprint
path: /Textures/LobbyScreens/blueprint.webp

- type: animatedLobbyScreen
id: Behonker
path: /Textures/LobbyScreens/behonker.webp

- type: animatedLobbyScreen
id: TerminalStation
path: /Textures/LobbyScreens/terminalstation.webp

- type: animatedLobbyScreen
id: JustAWeekAway
path: /Textures/LobbyScreens/justaweekaway.webp

- type: animatedLobbyScreen
id: JaniShootout
path: /Textures/LobbyScreens/janishootout.webp

- type: animatedLobbyScreen
id: ReclaimerNuke
path: /Textures/LobbyScreens/reclaimer-nuke.webp
96 changes: 49 additions & 47 deletions Resources/Prototypes/lobbyscreens.yml
Original file line number Diff line number Diff line change
@@ -1,47 +1,49 @@
- type: lobbyBackground
id: Warden
background: /Textures/LobbyScreens/warden.webp

- type: lobbyBackground
id: Pharmacy
background: /Textures/LobbyScreens/pharmacy.webp

- type: lobbyBackground
id: SSXIV
background: /Textures/LobbyScreens/ssxiv.webp

- type: lobbyBackground
id: Susstation
background: /Textures/LobbyScreens/susstation.webp

- type: lobbyBackground
id: SkellyVsTheRev
background: /Textures/LobbyScreens/skellyvstherev.webp

- type: lobbyBackground
id: Doomed
background: /Textures/LobbyScreens/doomed.webp

- type: lobbyBackground
id: Blueprint
background: /Textures/LobbyScreens/blueprint.webp

- type: lobbyBackground
id: Behonker
background: /Textures/LobbyScreens/behonker.webp

- type: lobbyBackground
id: TerminalStation
background: /Textures/LobbyScreens/terminalstation.webp

- type: lobbyBackground
id: JustAWeekAway
background: /Textures/LobbyScreens/justaweekaway.webp

- type: lobbyBackground
id: JaniShootout
background: /Textures/LobbyScreens/janishootout.webp

- type: lobbyBackground
id: ReclaimerNuke
background: /Textures/LobbyScreens/reclaimer-nuke.webp
# start adt tweak
# - type: lobbyBackground
# id: Warden
# background: /Textures/LobbyScreens/warden.webp

# - type: lobbyBackground
# id: Pharmacy
# background: /Textures/LobbyScreens/pharmacy.webp

# - type: lobbyBackground
# id: SSXIV
# background: /Textures/LobbyScreens/ssxiv.webp

# - type: lobbyBackground
# id: Susstation
# background: /Textures/LobbyScreens/susstation.webp

# - type: lobbyBackground
# id: SkellyVsTheRev
# background: /Textures/LobbyScreens/skellyvstherev.webp

# - type: lobbyBackground
# id: Doomed
# background: /Textures/LobbyScreens/doomed.webp

# - type: lobbyBackground
# id: Blueprint
# background: /Textures/LobbyScreens/blueprint.webp

# - type: lobbyBackground
# id: Behonker
# background: /Textures/LobbyScreens/behonker.webp

# - type: lobbyBackground
# id: TerminalStation
# background: /Textures/LobbyScreens/terminalstation.webp

# - type: lobbyBackground
# id: JustAWeekAway
# background: /Textures/LobbyScreens/justaweekaway.webp

# - type: lobbyBackground
# id: JaniShootout
# background: /Textures/LobbyScreens/janishootout.webp

# - type: lobbyBackground
# id: ReclaimerNuke
# background: /Textures/LobbyScreens/reclaimer-nuke.webp
# end adt tweak
Loading