diff options
Diffstat (limited to 'Scenes/PlateKey.tscn')
-rw-r--r-- | Scenes/PlateKey.tscn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Scenes/PlateKey.tscn b/Scenes/PlateKey.tscn index f90a645..14c3fbc 100644 --- a/Scenes/PlateKey.tscn +++ b/Scenes/PlateKey.tscn @@ -3,7 +3,7 @@ [ext_resource path="res://Scenes/PlateKey.gd" type="Script" id=1] [sub_resource type="CubeMesh" id=1] -size = Vector3( 0.9, 0.05, 1 ) +size = Vector3( 0.9, 0.05, 0.9 ) [sub_resource type="SpatialMaterial" id=2] albedo_color = Color( 0.34902, 0.541176, 0.835294, 1 ) @@ -11,7 +11,6 @@ albedo_color = Color( 0.34902, 0.541176, 0.835294, 1 ) [node name="PlateKey" type="Spatial"] script = ExtResource( 1 ) valid_symbols = [ "1", "2", "3" ] -door_path = null [node name="Mesh" type="MeshInstance" parent="."] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.025, 0 ) |