mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-08-02 12:14:47 +02:00
updates
This commit is contained in:
parent
e19eb4601e
commit
97ee910d85
36 changed files with 716 additions and 762 deletions
|
|
@ -2,9 +2,14 @@
|
|||
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,
|
||||
)
|
||||
{
|
||||
"Sprite": {
|
||||
"$spriteorientation": "vp_parallel",
|
||||
"$spriteorigin": [
|
||||
0.5,
|
||||
0.5
|
||||
],
|
||||
"$basetexture": "editor/game_text",
|
||||
"$no_fullbright": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue