add disclaimer and screenshots

This commit is contained in:
iceBear67
2026-08-08 03:53:33 +08:00
parent 30d124fd8b
commit b7ab385550
5 changed files with 11 additions and 18 deletions
+1 -2
View File
@@ -107,8 +107,7 @@ while `fill` and `enableScissor` did not change once in six years. Section 3 is
the evidence: nine versions, and the drawing primitives collapse to three
adapter shapes.
This is also why the mod does **not** need imgui, which `PROMPT.md` raised as
the fallback if every version needed its own render logic. Every version does
This is also why the mod does **not** need imgui. Every version does
need its own adapter, but each adapter is a few dozen lines of delegation, not a
GUI toolkit.