mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-30 01:02:00 +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:
+14
-1
@@ -52,6 +52,14 @@ div#stores {
|
||||
border: 1px solid #EEE;
|
||||
}
|
||||
|
||||
div#blueprints:before {
|
||||
background: #272823;
|
||||
}
|
||||
|
||||
div#blueprints {
|
||||
border: 1px solid #EEE;
|
||||
}
|
||||
|
||||
div#weapons:before {
|
||||
background: #272823;
|
||||
}
|
||||
@@ -173,10 +181,15 @@ body.noMask #buttons > .button {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.endGame {
|
||||
.endGame, .outro {
|
||||
color:#272823;
|
||||
}
|
||||
|
||||
#wait-btn {
|
||||
border-color: black;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#theEnd {
|
||||
color: #272823;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user