nightshade-api 0.51.0

Procedural high level API for the nightshade game engine
Documentation
/* nightshade status bar. */

.nightshade-status-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 26px;
  padding: 0 12px;
  border-top: 1px solid var(--nightshade-panel-border);
  background: var(--nightshade-panel-2);
  color: var(--nightshade-text-dim);
  font-size: 11px;
  white-space: nowrap;
}

.nightshade-status-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.nightshade-status-icon {
  color: var(--nightshade-accent);
}

.nightshade-status-spacer {
  flex: 1 1 auto;
}