diff options
-rw-r--r-- | client/map/tiles/book.tscn | 2 | ||||
-rw-r--r-- | client/menu/book/book.tscn | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/map/tiles/book.tscn b/client/map/tiles/book.tscn index d5f6e0d3..9e1b144c 100644 --- a/client/map/tiles/book.tscn +++ b/client/map/tiles/book.tscn @@ -5,6 +5,6 @@ [node name="Book" type="Node3D"] [node name="Mesh" type="MeshInstance3D" parent="."] -transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0.5, 0) +transform = Transform3D(1.19249e-08, 0, -1, 0, 1, 0, 1, 0, 1.19249e-08, 0, 0.5, 0) mesh = ExtResource("1_vxs3d") skeleton = NodePath("") diff --git a/client/menu/book/book.tscn b/client/menu/book/book.tscn index baacf099..a23977d4 100644 --- a/client/menu/book/book.tscn +++ b/client/menu/book/book.tscn @@ -22,5 +22,5 @@ grow_vertical = 2 [node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer"] layout_mode = 2 -size_flags_horizontal = 4 +size_flags_horizontal = 6 size_flags_vertical = 4 |