4577fae207
Quick Cheats, full command DB with category/source filters, item/perk/ buff/skill databases with fill-in parameters and per-flavor command variants, settings tab with hotkey recorder, opacity, flavor, autostart. Dark HUD theme on a transparent frameless window. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
14 lines
300 B
HTML
14 lines
300 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>KCD2 Overlay</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|