diff options
author | nokoe <nokoe@mailbox.org> | 2024-07-08 20:20:53 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-07-08 20:20:53 +0200 |
commit | e02fb3ff4dbb6ef7e73d63cfcde39b7a3531c70f (patch) | |
tree | 1f27e5f5a875df443f09e84a4699819983eec34f | |
parent | 3a93493437182a20040cd50cf83a3d3196b046fc (diff) | |
download | hurrycurry-e02fb3ff4dbb6ef7e73d63cfcde39b7a3531c70f.tar hurrycurry-e02fb3ff4dbb6ef7e73d63cfcde39b7a3531c70f.tar.bz2 hurrycurry-e02fb3ff4dbb6ef7e73d63cfcde39b7a3531c70f.tar.zst |
centered book content
-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 |