Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
adolli committed Sep 25, 2018
1 parent 1741633 commit cc1cebc
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions lib/modules/base/inspector-panel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,29 +32,50 @@ const NodeType2IconName = {
RelativeLayout: ['mdi-action-view-quilt', ''],
VBox: ['view_stream', ''],
HBox: ['view_column', ''],
Window: ['picture_in_picture', ''],
Pane: ['tab', ''],
Group: ['tab', ''],
Tab: ['tab', ''],
TabItem: ['tab', ''],
Separator: ['remove', ''],
SplitView: ['web', ''],
Document: ['file_copy', ''],

ListView: ['format_list_bulleted', ''],
List: ['format_list_bulleted', ''],
Tree: ['format_list_bulleted', ''],
Table: ['table_chart', ''],
ScrollView: ['format_list_bulleted', ''],
ScrollRect: ['format_list_bulleted', ''],
ScrollBar: ['clear_all', ''],
Node: ['share', ''],
GameObject: ['home', ''],
ImageView: ['mdi-image-image', 'lightpink'],
Image: ['mdi-image-image', 'lightpink'],
Thumb: ['mdi-image-image', 'lightpink'],
Bitmap: ['mdi-image-image', 'lightpink'],
Shape: ['star_border', 'lightpink'],
View: ['view_agenda', ''],
Sprite: ['mdi-image-image', 'lightpink'],
Text: ['mdi-content-text-format', 'white'],
TextView: ['mdi-content-text-format', 'white'],
RichText: ['mdi-content-text-format', 'white'],
StaticText: ['mdi-content-text-format', 'white'],
Label: ['mdi-content-text-format', 'white'],
TextField: ['mdi-editor-mode-edit', 'yellowgreen'],
EditText: ['mdi-editor-mode-edit', 'yellowgreen'],
Edit: ['mdi-editor-mode-edit', 'yellowgreen'],
InputField: ['mdi-editor-mode-edit', 'yellowgreen'],
Button: ['mdi-av-games', 'yellowgreen'],
PopUpButton: ['mdi-av-games', 'yellowgreen'],
ProgressTimer: ['mdi-image-timer', 'lightskyblue'],
LoadingBar: ['mdi-device-signal-cellular-2-bar', 'lightskyblue'],
ProgressIndicator: ['mdi-device-signal-cellular-2-bar', 'lightskyblue'],
ToolBar: ['menu', ''],
TitleBar: ['menu', ''],
MenuBar: ['menu', ''],
MenuItem: ['featured_play_list', ''],
StatusBar: ['call_to_action', ''],
Camera: ['mdi-av-videocam', ''],
Bone: ['mdi-image-nature', ''],
ParticleSystemQuad: ['blur_on', ''],
Expand All @@ -65,8 +86,12 @@ const NodeType2IconName = {
CheckBox: ['check_box', 'yellowgreen'],
Slider: ['adjust', 'yellowgreen'],
Selectable: ['select_all', ''],
Toggle: ['radio_button_checked', 'yellowgreen'],
ToggleGroup: ['radio_button_checked', 'yellowgreen'],
Toggle: ['toggle_off', 'yellowgreen'],
ToggleGroup: ['toggle_off', 'yellowgreen'],
Switch: ['toggle_off', 'yellowgreen'],
Radio: ['radio_button_checked', 'yellowgreen'],
RadioGroup: ['radio_button_checked', 'yellowgreen'],
RadioButton: ['radio_button_checked', 'yellowgreen'],
DropDown: ['arrow_drop_down_circle', 'yellowgreen'],
Animator: ['rowing', ''],

Expand Down

0 comments on commit cc1cebc

Please sign in to comment.