Skip to content

Commit a331479

Browse files
committed
style: fix Prettier formatting in shadertoy README
1 parent 6123162 commit a331479

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

examples/shadertoy-server/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ _Tool input:_
142142

143143
The `iMouse` uniform provides interactive input, compatible with the official Shadertoy specification:
144144

145-
| Component | When Button Down | After Release | Never Clicked |
146-
|-----------|-----------------|---------------|---------------|
147-
| `iMouse.xy` | Current position | Last position | `(0, 0)` |
148-
| `iMouse.zw` | Click start (positive) | Negated (-x, -y) | `(0, 0)` |
145+
| Component | When Button Down | After Release | Never Clicked |
146+
| ----------- | ---------------------- | ---------------- | ------------- |
147+
| `iMouse.xy` | Current position | Last position | `(0, 0)` |
148+
| `iMouse.zw` | Click start (positive) | Negated (-x, -y) | `(0, 0)` |
149149

150150
**Detecting button state:**
151151

0 commit comments

Comments
 (0)