mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-09 05:02:22 +02:00
File explorer document icon
This commit is contained in:
parent
208ddd02c2
commit
ea2c731cd3
10 changed files with 148 additions and 85 deletions
scenes
|
@ -1,15 +1,15 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/file_browser_item.gd" type="Script" id=1]
|
||||
[ext_resource path="res://fonts/default.tres" type="DynamicFont" id=2]
|
||||
|
||||
[ext_resource path="res://nodes/document.svg" type="Texture" id=3]
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
anchor_right = 0.052
|
||||
anchor_bottom = 0.093
|
||||
margin_right = 100.16
|
||||
margin_bottom = -0.439995
|
||||
rect_min_size = Vector2( 150, 100 )
|
||||
anchor_right = 0.104
|
||||
anchor_bottom = 0.126
|
||||
margin_right = 0.319992
|
||||
margin_bottom = -0.0800018
|
||||
rect_min_size = Vector2( 175, 150 )
|
||||
script = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
|
@ -25,29 +25,41 @@ __meta__ = {
|
|||
|
||||
[node name="Control" type="Control" parent="VBoxContainer"]
|
||||
margin_right = 200.0
|
||||
margin_bottom = 71.0
|
||||
margin_bottom = 94.0
|
||||
mouse_filter = 2
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="VBoxContainer/Control"]
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
margin_left = -25.0
|
||||
margin_top = -25.0
|
||||
margin_right = 25.0
|
||||
margin_bottom = 25.0
|
||||
visible = false
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
mouse_filter = 2
|
||||
color = Color( 0.203922, 0.721569, 0.501961, 1 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="VBoxContainer/Control"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_left = 8.0
|
||||
margin_top = 8.0
|
||||
margin_right = -8.0
|
||||
margin_bottom = -8.0
|
||||
texture = ExtResource( 3 )
|
||||
expand = true
|
||||
stretch_mode = 6
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer"]
|
||||
margin_top = 75.0
|
||||
margin_top = 98.0
|
||||
margin_right = 200.0
|
||||
margin_bottom = 100.0
|
||||
margin_bottom = 150.0
|
||||
size_flags_vertical = 7
|
||||
size_flags_stretch_ratio = 0.55
|
||||
custom_fonts/font = ExtResource( 2 )
|
||||
text = "filename"
|
||||
align = 1
|
||||
autowrap = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue