fix unit enum parse

This commit is contained in:
Robin Appelman 2023-12-21 19:51:49 +01:00
commit 988672437c
3 changed files with 22 additions and 12 deletions

View file

@ -0,0 +1,10 @@
---
source: tests/serde.rs
expression: result
---
Sprite(
r#$spriteorientation: vp_parallel,
r#$spriteorigin: (0.5, 0.5),
r#$basetexture: "editor/game_text",
r#$no_fullbright: true,
)