chemicalcrux
hace 5 años
0 commits en master desde esta release
Added
- Story tags have been given tooltips
- The most recent entry in the log is separated from the rest by a line break, and older text now fades away
Changed
- Action buttons arrange themselves into a grid; the container can scroll if needed
- Move buttons are now arranged in a grid, which can flex to allow for more or less text in each one
- Both of these buttons are now styled dramatically when enabled/disabled
- Start screen is simpler now, expanding to display details when selecting a story
- Disabled buttons can still be hovered over, allowing for a description to be displayed
- Text can now contain HTML to allow for styling
- Made some general improvements to the game layout (less awkward padding, especially)
- Stats can be shown and hidden
- Statbar colors can change depending on the current value of the stat
- Statbar labels are now white text on a black background
- Internally, the game no longer passes a state object around everywhere; it’s just a global property now
Fixed
- Corrected favicon and preview image
- Actions whose conditions were initially unmet now become usable when the conditions are satisfied
- The titles of the different info panels no longer disappear
- Move buttons have outlines again