Ilya Ashikhmin a52f7bffbf feat(assets): add SVG node set, node-type config and sample document
Water supply group (source, tank, pump, valve, junction, consumer) and
power group (generator, transformer, switch, load) with port configs,
physics property specs, pipe/cable/insulation catalogues and a demo
waterworks document.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-02 23:27:05 +02:00

16 lines
482 B
Plaintext

<RCC>
<qresource prefix="/">
<file>svg/water_source.svg</file>
<file>svg/tank.svg</file>
<file>svg/pump.svg</file>
<file>svg/valve.svg</file>
<file>svg/consumer.svg</file>
<file>svg/junction.svg</file>
<file>svg/generator.svg</file>
<file>svg/transformer.svg</file>
<file>svg/switch.svg</file>
<file>config/nodetypes.json</file>
<file>samples/waterworks.json</file>
</qresource>
</RCC>