mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 08:11:54 +08:00
Expansion (#707)
This additional content explores the aftermath of an event in The Ensign. A large dungeon, The Executioner, reveals the fate of one of the Wanderers’ most powerful weapons though multiple wings, each ending with a unique boss encounter. The fabricator allows the player to craft powerful items out of alien alloy, introducing new combat mechanics.
This commit is contained in:
@@ -137,6 +137,19 @@
|
||||
padding-top:10%;
|
||||
}
|
||||
|
||||
.outroContainer {
|
||||
padding-top:10%;
|
||||
width: 800px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.outro {
|
||||
font-size: 1.5rem;
|
||||
color: #FFF;
|
||||
opacity: 0;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.endGame {
|
||||
font-size:48px;
|
||||
color:#FFFFFF;
|
||||
@@ -152,3 +165,10 @@
|
||||
.endGameOption:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#wait-btn {
|
||||
border-color: #fff;
|
||||
color: #fff;
|
||||
margin: 0 auto;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user