mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
54 lines
1.8 KiB
Plaintext
54 lines
1.8 KiB
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://addons/material_maker/preview/preview_3d_ui.gd" type="Script" id=1]
|
|
|
|
[node name="Preview3DUI" type="HBoxContainer"]
|
|
anchor_right = 1.0
|
|
margin_bottom = 20.0
|
|
size_flags_horizontal = 3
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Model" type="OptionButton" parent="."]
|
|
margin_right = 100.0
|
|
margin_bottom = 20.0
|
|
rect_min_size = Vector2( 100, 0 )
|
|
text = "Cube"
|
|
items = [ "Cube", null, false, 0, null, "Cylinder", null, false, 1, null, "Sphere", null, false, 2, null, "Sphere2", null, false, 3, null, "Prism", null, false, 4, null, "Quad", null, false, 5, null, "Plane", null, false, 6, null, "SphereTess", null, false, 7, null ]
|
|
selected = 0
|
|
|
|
[node name="Environment" type="OptionButton" parent="."]
|
|
margin_left = 104.0
|
|
margin_right = 231.0
|
|
margin_bottom = 20.0
|
|
rect_min_size = Vector2( 100, 0 )
|
|
text = "Epping Forest"
|
|
items = [ "Epping Forest", null, false, 0, null, "Moonless Golf", null, false, 1, null, "Studio", null, false, 2, null ]
|
|
selected = 0
|
|
|
|
[node name="Rotate" type="Button" parent="."]
|
|
margin_left = 235.0
|
|
margin_right = 255.0
|
|
margin_bottom = 20.0
|
|
rect_pivot_offset = Vector2( -4, 7 )
|
|
hint_tooltip = "Rotate object"
|
|
size_flags_horizontal = 2
|
|
toggle_mode = true
|
|
pressed = true
|
|
text = "R"
|
|
|
|
[node name="Background" type="Button" parent="."]
|
|
margin_left = 1257.0
|
|
margin_right = 1280.0
|
|
margin_bottom = 20.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
rect_pivot_offset = Vector2( -4, 7 )
|
|
hint_tooltip = "Show in main view"
|
|
size_flags_horizontal = 8
|
|
toggle_mode = true
|
|
text = "O"
|
|
[connection signal="item_selected" from="Model" to="." method="_on_Model_item_selected"]
|
|
[connection signal="item_selected" from="Environment" to="." method="_on_Environment_item_selected"]
|
|
[connection signal="toggled" from="Rotate" to="." method="_on_Rotate_toggled"]
|
|
[connection signal="toggled" from="Background" to="." method="_on_Background_toggled"]
|