Add: setting window for tauri - bugs not fixed yet
This commit is contained in:
@@ -125,6 +125,15 @@ Bevy window-management verification workflow: `docs/BEVY_WINDOW_VERIFICATION.md`
|
||||
9. Verify scale-fit behavior in tauri runtime:
|
||||
- send `SetTransform.scale` values above `1.0`
|
||||
- confirm full sprite remains visible and window auto-resizes without top clipping
|
||||
10. Verify pop-out settings window behavior:
|
||||
- open via tray `Settings`
|
||||
- switch character and confirm immediate renderer reload + persistence after restart
|
||||
- change scale slider and confirm runtime resize + persistence
|
||||
- toggle `Visible` and `Always on top` and confirm both runtime behavior + persistence
|
||||
11. Verify packaged tauri reload stability:
|
||||
- run repeated character switch cycles (`default` <-> `ferris`) and move scale slider each cycle
|
||||
- ensure no runtime frontend exception is shown (debug overlay/console)
|
||||
- ensure no visible magenta fringe remains around sprite edges after chroma-key conversion
|
||||
|
||||
### Packaged Mode (Required Once Tauri Packaging Exists)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user