Commit edf49f1
committed
bitmap 3D PFP: always show touch UI in PFP + taller player
Two fixes for the mobile session:
- showTouchUi was gated on a pointer:coarse / ontouchstart detection
that some mobile browsers don't satisfy reliably (modern iPads with
Pencil report fine pointer; some Android desktop-mode sessions skip
ontouchstart). Drop the gate -- show the jump button always while in
PFP. Joystick base/knob still only render on actual finger contact
via the touchstart handler, so desktop sees just the jump button.
- PLAYER_HEIGHT 0.5 -> 0.8. Tron citizen, but a bit taller; eye level
rises from 0.38 to ~0.68, so the smallest size-1 cubes feel a touch
less imposing and the head clears the floor more.1 parent 01d2f63 commit edf49f1
1 file changed
Lines changed: 14 additions & 16 deletions
File tree
- frontend/src/app/components/_ordpool/digital-artifact-viewer/bitmap-viewer
Lines changed: 14 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
| 432 | + | |
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
| |||
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
488 | | - | |
489 | | - | |
490 | | - | |
| 488 | + | |
491 | 489 | | |
492 | 490 | | |
493 | 491 | | |
| |||
890 | 888 | | |
891 | 889 | | |
892 | 890 | | |
893 | | - | |
894 | | - | |
895 | | - | |
896 | | - | |
897 | | - | |
898 | | - | |
899 | | - | |
900 | | - | |
901 | | - | |
902 | | - | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
903 | 901 | | |
904 | 902 | | |
905 | 903 | | |
906 | | - | |
| 904 | + | |
907 | 905 | | |
908 | 906 | | |
909 | 907 | | |
910 | 908 | | |
911 | | - | |
| 909 | + | |
912 | 910 | | |
913 | 911 | | |
914 | 912 | | |
| |||
0 commit comments