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

152 lines
5.3 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=10 format=2]
2018-08-11 11:33:24 +02:00
[ext_resource path="res://addons/material_maker/widgets/about/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]
2019-10-10 22:43:34 +02:00
[ext_resource path="res://rodz_labs_logo.png" type="Texture" id=4]
[ext_resource path="res://addons/material_maker/widgets/about/facebook.png" type="Texture" id=5]
[ext_resource path="res://addons/material_maker/widgets/about/twitter.png" type="Texture" id=6]
[ext_resource path="res://addons/material_maker/widgets/about/youtube.png" type="Texture" id=7]
[ext_resource path="res://addons/material_maker/widgets/about/github.png" type="Texture" id=8]
[ext_resource path="res://addons/material_maker/widgets/about/itchio.png" type="Texture" id=9]
2019-10-10 22:43:34 +02:00
[node name="About" type="WindowDialog"]
margin_right = 200.0
margin_bottom = 289.0
2018-08-11 11:33:24 +02:00
window_title = "About..."
script = ExtResource( 1 )
2019-10-10 22:43:34 +02:00
[node name="VBoxContainer" type="VBoxContainer" parent="."]
2018-08-11 11:33:24 +02:00
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 10.0
margin_top = 10.0
margin_right = -10.0
margin_bottom = -10.0
2019-10-10 22:43:34 +02:00
custom_constants/separation = 8
2018-08-11 11:33:24 +02:00
2019-10-10 22:43:34 +02:00
[node name="VBoxContainer1" type="VBoxContainer" parent="VBoxContainer"]
margin_left = 42.0
margin_right = 137.0
2019-10-10 22:43:34 +02:00
margin_bottom = 83.0
2018-08-11 11:33:24 +02:00
size_flags_horizontal = 4
size_flags_vertical = 2
2019-10-10 22:43:34 +02:00
custom_constants/separation = 5
2018-08-11 11:33:24 +02:00
2019-10-10 22:43:34 +02:00
[node name="ApplicationName" type="Label" parent="VBoxContainer/VBoxContainer1"]
margin_right = 95.0
2019-10-10 22:43:34 +02:00
margin_bottom = 14.0
text = "Material Maker"
2018-08-11 11:33:24 +02:00
align = 1
2019-10-10 22:43:34 +02:00
[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
2018-08-11 11:33:24 +02:00
2019-10-10 22:43:34 +02:00
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"]
margin_left = 29.0
margin_top = 114.0
margin_right = 150.0
margin_bottom = 146.0
2018-08-11 11:33:24 +02:00
size_flags_horizontal = 4
size_flags_vertical = 6
2019-10-10 22:43:34 +02:00
[node name="Godot" type="TextureButton" parent="VBoxContainer/HBoxContainer2"]
2018-08-11 11:33:24 +02:00
margin_right = 32.0
margin_bottom = 32.0
rect_min_size = Vector2( 32, 32 )
texture_normal = ExtResource( 3 )
expand = true
stretch_mode = 4
2019-10-10 22:43:34 +02:00
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer2"]
2018-08-11 11:33:24 +02:00
margin_left = 36.0
margin_right = 121.0
margin_bottom = 31.0
text = "Based on
Godot Engine"
align = 1
2019-10-10 22:43:34 +02:00
[node name="VBoxContainer3" type="VBoxContainer" parent="VBoxContainer"]
margin_left = 22.0
margin_top = 177.0
margin_right = 158.0
margin_bottom = 269.0
2018-08-11 11:33:24 +02:00
size_flags_horizontal = 4
2019-10-10 22:43:34 +02:00
size_flags_vertical = 8
custom_constants/separation = 4
2018-08-11 11:33:24 +02:00
2019-10-10 22:43:34 +02:00
[node name="RZLogo" type="TextureRect" parent="VBoxContainer/VBoxContainer3"]
margin_left = 36.0
margin_right = 100.0
2019-10-10 22:43:34 +02:00
margin_bottom = 64.0
rect_min_size = Vector2( 64, 64 )
size_flags_horizontal = 4
2018-08-11 11:33:24 +02:00
size_flags_vertical = 4
2019-10-10 22:43:34 +02:00
texture = ExtResource( 4 )
expand = true
2018-08-11 11:33:24 +02:00
2019-10-10 22:43:34 +02:00
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/VBoxContainer3"]
margin_top = 68.0
margin_right = 136.0
2019-10-10 22:43:34 +02:00
margin_bottom = 92.0
2018-08-11 11:33:24 +02:00
size_flags_horizontal = 4
2019-10-10 22:43:34 +02:00
[node name="Facebook" type="TextureButton" parent="VBoxContainer/VBoxContainer3/HBoxContainer"]
2018-08-11 11:33:24 +02:00
margin_right = 24.0
margin_bottom = 24.0
rect_min_size = Vector2( 24, 24 )
hint_tooltip = "Facebook"
2019-10-10 22:43:34 +02:00
texture_normal = ExtResource( 5 )
2018-08-11 11:33:24 +02:00
expand = true
stretch_mode = 4
2019-10-10 22:43:34 +02:00
[node name="Twitter" type="TextureButton" parent="VBoxContainer/VBoxContainer3/HBoxContainer"]
2018-08-11 11:33:24 +02:00
margin_left = 28.0
margin_right = 52.0
margin_bottom = 24.0
rect_min_size = Vector2( 24, 24 )
hint_tooltip = "Twitter"
2019-10-10 22:43:34 +02:00
texture_normal = ExtResource( 6 )
2018-08-11 11:33:24 +02:00
expand = true
stretch_mode = 4
2019-10-10 22:43:34 +02:00
[node name="Youtube" type="TextureButton" parent="VBoxContainer/VBoxContainer3/HBoxContainer"]
2018-08-11 11:33:24 +02:00
margin_left = 56.0
margin_right = 80.0
margin_bottom = 24.0
rect_min_size = Vector2( 24, 24 )
hint_tooltip = "Youtube"
2019-10-10 22:43:34 +02:00
texture_normal = ExtResource( 7 )
2018-08-11 11:33:24 +02:00
expand = true
stretch_mode = 4
2019-10-10 22:43:34 +02:00
[node name="Github" type="TextureButton" parent="VBoxContainer/VBoxContainer3/HBoxContainer"]
2018-08-11 11:33:24 +02:00
margin_left = 84.0
margin_right = 108.0
margin_bottom = 24.0
rect_min_size = Vector2( 24, 24 )
hint_tooltip = "Github"
2019-10-10 22:43:34 +02:00
texture_normal = ExtResource( 8 )
2018-08-11 11:33:24 +02:00
expand = true
stretch_mode = 4
[node name="ItchIo" type="TextureButton" parent="VBoxContainer/VBoxContainer3/HBoxContainer"]
margin_left = 112.0
margin_right = 136.0
margin_bottom = 24.0
rect_min_size = Vector2( 24, 24 )
hint_tooltip = "ItchIO"
texture_normal = ExtResource( 9 )
expand = true
stretch_mode = 4
2018-08-11 11:33:24 +02:00
[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/godot-procedural-textures" ]]
[connection signal="pressed" from="VBoxContainer/VBoxContainer3/HBoxContainer/ItchIo" to="." method="open_url" binds= [ "https://rodzilla.itch.io/material-maker" ]]