nightshade-api 0.53.0

Procedural high level API for the nightshade game engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/* nightshade virtual list. */

.nightshade-virtual-list {
  overflow-y: auto;
  border: 1px solid var(--nightshade-panel-border);
  border-radius: 9px;
}

.nightshade-virtual-row {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}