Version 1.2.2 Released
Knights of Crystalis » Devlog
Version 1.2.2 is a focused visual maintenance patch for the tracked-quest card.
Root cause
The tracker used a nested inline <i class="progress"> element. Because the element carried a border while remaining inline, the browser could split its line box. The left and right border fragments appeared as two stray vertical bars: one immediately after the progress counter and one at the start of the following line.
Correction
- Replaced the nested italic elements with semantic
<span>elements. - Made the progress container an explicit full-width block.
- Added stable box sizing, line-height and spacing.
- Suppressed caret rendering inside the decorative progress element.
Verification
- Target quest:
Roots of Another Past - Target state:
2/8 - Viewport: 1600 × 900
- Tracker rendered with semantic span markup.
- Progress bar computed as
display: block. - Progress bar occupied the full available tracker width.
- Progress bar began below the objective text rather than fragmenting inside its line.
- No JavaScript page errors.
- No console errors.
- JavaScript syntax checks passed for
data.js,narrative.js,playtest.jsandgame.js.
Save Schema 35 and Narrative Data Version 6 remain unchanged.
Files
Knights_of_Crystalis_Version_1.2.2_Itch.zip Play in browser
4 hours ago
Get Knights of Crystalis
Knights of Crystalis
| Status | Released |
| Author | devgb |
| Genre | Role Playing, Simulation |
| Tags | 2D, Fantasy, Indie, MMORPG, offline, Pixel Art, Singleplayer, Story Rich |
| Languages | English |
| Accessibility | Color-blind friendly, One button |
More posts
- Version 1.3.1 Released3 hours ago
- Version 1.3.0 Released3 hours ago
- Version 1.2.1 Released6 hours ago
- Version 1.2.0 Released7 hours ago
- Version 1.1.0 Released11 hours ago
- Version 3.7.1 RC Released14 hours ago
- Version 3.6.0 Beta Released1 day ago
- Version 3.5.5 Alpha Released1 day ago
- Version 3.5.4 Alpha Released1 day ago
Leave a comment
Log in with itch.io to leave a comment.