diff options
Diffstat (limited to 'client/map/tiles/floor.tscn')
-rw-r--r-- | client/map/tiles/floor.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/tiles/floor.tscn b/client/map/tiles/floor.tscn index 24b12da1..61299e3a 100644 --- a/client/map/tiles/floor.tscn +++ b/client/map/tiles/floor.tscn @@ -5,6 +5,6 @@ [node name="Floor" type="Node3D"] [node name="Mesh" type="MeshInstance3D" parent="."] -transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, -0.25, 0) +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0) mesh = ExtResource("1_8pd6m") skeleton = NodePath("") |