diff options
author | Henrique Alves <henriquelalves@gmail.com> | 2022-07-17 04:24:18 -0300 |
---|---|---|
committer | Henrique Alves <henriquelalves@gmail.com> | 2022-07-17 04:24:18 -0300 |
commit | f700ffa0e7f6b025b89e02188b1820dc817eaf18 (patch) | |
tree | c3fcd6f06dd167f59b51ab5b78259a4e5738347f /Scenes/PlateKey.tscn | |
parent | 5b55438f5805d18bba0b5b773e3af3a2fd3858ea (diff) | |
parent | 795ffde4e100b83175cdb386481fb770c82c8b77 (diff) | |
download | gamejam-gmtk-2022-f700ffa0e7f6b025b89e02188b1820dc817eaf18.tar.gz gamejam-gmtk-2022-f700ffa0e7f6b025b89e02188b1820dc817eaf18.tar.bz2 gamejam-gmtk-2022-f700ffa0e7f6b025b89e02188b1820dc817eaf18.zip |
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'Scenes/PlateKey.tscn')
-rw-r--r-- | Scenes/PlateKey.tscn | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Scenes/PlateKey.tscn b/Scenes/PlateKey.tscn index f90a645..53b56c8 100644 --- a/Scenes/PlateKey.tscn +++ b/Scenes/PlateKey.tscn @@ -3,15 +3,16 @@ [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( 1, 0.05, 1 ) [sub_resource type="SpatialMaterial" id=2] -albedo_color = Color( 0.34902, 0.541176, 0.835294, 1 ) +resource_local_to_scene = true +albedo_color = Color( 0.231373, 0.654902, 0.839216, 1 ) [node name="PlateKey" type="Spatial"] script = ExtResource( 1 ) valid_symbols = [ "1", "2", "3" ] -door_path = null +active_color = Color( 0.290196, 0.415686, 0.572549, 1 ) [node name="Mesh" type="MeshInstance" parent="."] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.025, 0 ) |