mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-03 18:14:07 +02:00
fix unit enum parse
This commit is contained in:
parent
bc68a8c3a1
commit
988672437c
3 changed files with 22 additions and 12 deletions
10
tests/snapshots/serde__tests__data__game_text.vmt.snap
Normal file
10
tests/snapshots/serde__tests__data__game_text.vmt.snap
Normal 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,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue