material-maker/addons/material_maker/widgets/about.tscn

133 lines
4.5 KiB
Plaintext

[gd_scene load_steps=9 format=2]
[ext_resource path="res://addons/material_maker/widgets/about.gd" type="Script" id=1]
[ext_resource path="res://addons/material_maker/icons/icon.png" type="Texture" id=2]
[ext_resource path="res://addons/material_maker/widgets/icon.png" type="Texture" id=3]
[ext_resource path="res://rodz_labs_logo.png" type="Texture" id=4]
[ext_resource path="res://addons/material_maker/widgets/facebook.png" type="Texture" id=5]
[ext_resource path="res://addons/material_maker/widgets/twitter.png" type="Texture" id=6]
[ext_resource path="res://addons/material_maker/widgets/youtube.png" type="Texture" id=7]
[ext_resource path="res://addons/material_maker/widgets/github.png" type="Texture" id=8]
[node name="About" type="WindowDialog"]
visible = true
margin_right = 138.0
margin_bottom = 241.0
window_title = "About..."
script = ExtResource( 1 )
[node name="VBoxContainer" type="VBoxContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
custom_constants/separation = 8
[node name="VBoxContainer1" type="VBoxContainer" parent="VBoxContainer"]
margin_left = 21.0
margin_right = 116.0
margin_bottom = 83.0
size_flags_horizontal = 4
size_flags_vertical = 2
custom_constants/separation = 5
[node name="ApplicationName" type="Label" parent="VBoxContainer/VBoxContainer1"]
margin_right = 95.0
margin_bottom = 14.0
text = "Material Maker"
align = 1
[node name="MMLogo" type="TextureRect" parent="VBoxContainer/VBoxContainer1"]
margin_top = 19.0
margin_right = 95.0
margin_bottom = 83.0
texture = ExtResource( 2 )
stretch_mode = 4
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"]
margin_left = 8.0
margin_top = 100.0
margin_right = 129.0
margin_bottom = 132.0
size_flags_horizontal = 4
size_flags_vertical = 6
[node name="Godot" type="TextureButton" parent="VBoxContainer/HBoxContainer2"]
margin_right = 32.0
margin_bottom = 32.0
rect_min_size = Vector2( 32, 32 )
texture_normal = ExtResource( 3 )
expand = true
stretch_mode = 4
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer2"]
margin_left = 36.0
margin_right = 121.0
margin_bottom = 31.0
text = "Based on
Godot Engine"
align = 1
[node name="VBoxContainer3" type="VBoxContainer" parent="VBoxContainer"]
margin_left = 15.0
margin_top = 149.0
margin_right = 123.0
margin_bottom = 241.0
size_flags_horizontal = 4
size_flags_vertical = 8
custom_constants/separation = 4
[node name="RZLogo" type="TextureRect" parent="VBoxContainer/VBoxContainer3"]
margin_left = 22.0
margin_right = 86.0
margin_bottom = 64.0
rect_min_size = Vector2( 64, 64 )
size_flags_horizontal = 4
size_flags_vertical = 4
texture = ExtResource( 4 )
expand = true
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/VBoxContainer3"]
margin_top = 68.0
margin_right = 108.0
margin_bottom = 92.0
size_flags_horizontal = 4
[node name="Facebook" type="TextureButton" parent="VBoxContainer/VBoxContainer3/HBoxContainer"]
margin_right = 24.0
margin_bottom = 24.0
rect_min_size = Vector2( 24, 24 )
texture_normal = ExtResource( 5 )
expand = true
stretch_mode = 4
[node name="Twitter" type="TextureButton" parent="VBoxContainer/VBoxContainer3/HBoxContainer"]
margin_left = 28.0
margin_right = 52.0
margin_bottom = 24.0
rect_min_size = Vector2( 24, 24 )
texture_normal = ExtResource( 6 )
expand = true
stretch_mode = 4
[node name="Youtube" type="TextureButton" parent="VBoxContainer/VBoxContainer3/HBoxContainer"]
margin_left = 56.0
margin_right = 80.0
margin_bottom = 24.0
rect_min_size = Vector2( 24, 24 )
texture_normal = ExtResource( 7 )
expand = true
stretch_mode = 4
[node name="Github" type="TextureButton" parent="VBoxContainer/VBoxContainer3/HBoxContainer"]
margin_left = 84.0
margin_right = 108.0
margin_bottom = 24.0
rect_min_size = Vector2( 24, 24 )
texture_normal = ExtResource( 8 )
expand = true
stretch_mode = 4
[connection signal="pressed" from="VBoxContainer/HBoxContainer2/Godot" to="." method="open_url" binds= [ "https://godotengine.org/" ]]
[connection signal="pressed" from="VBoxContainer/VBoxContainer3/HBoxContainer/Facebook" to="." method="open_url" binds= [ "https://www.facebook.com/RodzLabs" ]]
[connection signal="pressed" from="VBoxContainer/VBoxContainer3/HBoxContainer/Twitter" to="." method="open_url" binds= [ "https://twitter.com/R0dZill4" ]]
[connection signal="pressed" from="VBoxContainer/VBoxContainer3/HBoxContainer/Youtube" to="." method="open_url" binds= [ "https://www.youtube.com/channel/UCTDByv9i3ul_qQ98zUYlNAQ" ]]
[connection signal="pressed" from="VBoxContainer/VBoxContainer3/HBoxContainer/Github" to="." method="open_url" binds= [ "https://github.com/RodZill4" ]]