diff options
author | nokoe <nokoe@mailbox.org> | 2024-06-23 23:09:17 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-06-23 23:09:17 +0200 |
commit | 3bd5b5e353590e94ba45fc4fe63c3d88fbfc223b (patch) | |
tree | e70ebcbfb016b567015ab9777a85fe89af5fa23c /client/map/tiles | |
parent | f9a21bc9772d761db1c02a6ed81e117886b523b2 (diff) | |
download | hurrycurry-3bd5b5e353590e94ba45fc4fe63c3d88fbfc223b.tar hurrycurry-3bd5b5e353590e94ba45fc4fe63c3d88fbfc223b.tar.bz2 hurrycurry-3bd5b5e353590e94ba45fc4fe63c3d88fbfc223b.tar.zst |
fix corner rotation
Diffstat (limited to 'client/map/tiles')
-rw-r--r-- | client/map/tiles/counter_outer_corner.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/tiles/counter_outer_corner.tscn b/client/map/tiles/counter_outer_corner.tscn index a24ff862..c5227dfc 100644 --- a/client/map/tiles/counter_outer_corner.tscn +++ b/client/map/tiles/counter_outer_corner.tscn @@ -5,6 +5,6 @@ [node name="Counter" type="Node3D"] [node name="Mesh" type="MeshInstance3D" parent="."] -transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0) +transform = Transform3D(-2.18557e-08, 0, 0.5, 0, 0.5, 0, -0.5, 0, -2.18557e-08, 0, 0, 0) mesh = ExtResource("1_rq22t") skeleton = NodePath("") |