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