Back to Limb Race
SOURCE / PINNED RELEASE

Made of little things.

Limb Race

Release
6a8ae4fc626e…
Author-recorded commit
008c01ee6454…
License
LICENSE
Author’s source reference
nostr://npub182jczunncwe0jn6frpqwq3e0qjws7yqqnc3auccqv9nte2dnd63scjm4rf/wss%3A%2F%2Fgit.napplet.soy%2F/n-c2869f12ad8

Archive hash verified: 7be8492d1f89b891…. The source-to-build association is the author’s claim; it has not been independently rebuilt.

config.schema.json
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$version": 1,
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "textSize": {
      "type": "integer",
      "title": "Text size",
      "description": "Base text size in pixels. Changes apply while the napplet is running.",
      "minimum": 10,
      "maximum": 20,
      "default": 13,
      "x-napplet-section": "Appearance",
      "x-napplet-order": 1
    },
    "controlSize": {
      "type": "integer",
      "title": "Control height",
      "description": "Choose compact controls or larger touch targets, in pixels.",
      "minimum": 24,
      "maximum": 44,
      "default": 28,
      "x-napplet-section": "Appearance",
      "x-napplet-order": 2
    },
    "selectText": {
      "type": "boolean",
      "title": "Allow text selection",
      "description": "Allow selecting interface text. Text inputs always remain selectable.",
      "default": false,
      "x-napplet-section": "Interaction"
    }
  }
}