Skip to content

Commit

Permalink
* fixed: axis button in transform menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapim committed Apr 21, 2021
1 parent cb508b0 commit 9dd8acc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2629,6 +2629,26 @@ PrefabInstance:
propertyPath: m_Color.r
value: 1
objectReference: {fileID: 0}
- target: {fileID: 8929032279391134091, guid: 64ef07c7d6a44fc4f89bee648d495bd9,
type: 3}
propertyPath: m_Color.a
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 8929032279391134091, guid: 64ef07c7d6a44fc4f89bee648d495bd9,
type: 3}
propertyPath: m_Color.b
value: 0.09019608
objectReference: {fileID: 0}
- target: {fileID: 8929032279391134091, guid: 64ef07c7d6a44fc4f89bee648d495bd9,
type: 3}
propertyPath: m_Color.g
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8929032279391134091, guid: 64ef07c7d6a44fc4f89bee648d495bd9,
type: 3}
propertyPath: m_Color.r
value: 1
objectReference: {fileID: 0}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 64ef07c7d6a44fc4f89bee648d495bd9, type: 3}
--- !u!114 &7240671788975522856 stripped
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class CoordinatesBtnGroup : MonoBehaviour
private CoordBtn selectedBtn;


private void Awake() {
private void Start() {
X.Select();
selectedBtn = X;
}
Expand Down

0 comments on commit 9dd8acc

Please sign in to comment.