-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCharacter.tscn
More file actions
52 lines (46 loc) · 1.34 KB
/
Copy pathCharacter.tscn
File metadata and controls
52 lines (46 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Bean.png" type="Texture" id=1]
[ext_resource path="res://GuiVisibilityVisible.svg" type="Texture" id=2]
[ext_resource path="res://GuiVisibilityHidden.svg" type="Texture" id=3]
[node name="Character" type="HBoxContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 24.0
margin_right = -853.0
margin_bottom = -570.0
rect_min_size = Vector2( 0, 30 )
[node name="HBoxContainer" type="HBoxContainer" parent="."]
margin_right = 147.0
margin_bottom = 30.0
size_flags_horizontal = 3
[node name="Visibility" type="TextureButton" parent="HBoxContainer"]
unique_name_in_owner = true
margin_right = 32.0
margin_bottom = 30.0
rect_min_size = Vector2( 32, 0 )
size_flags_vertical = 3
toggle_mode = true
texture_normal = ExtResource( 2 )
texture_pressed = ExtResource( 3 )
expand = true
stretch_mode = 5
[node name="Icon" type="TextureButton" parent="HBoxContainer"]
unique_name_in_owner = true
margin_left = 36.0
margin_right = 68.0
margin_bottom = 30.0
rect_min_size = Vector2( 32, 0 )
size_flags_vertical = 3
texture_normal = ExtResource( 1 )
expand = true
stretch_mode = 5
[node name="Name" type="Label" parent="HBoxContainer"]
unique_name_in_owner = true
margin_left = 72.0
margin_right = 147.0
margin_bottom = 30.0
size_flags_horizontal = 3
size_flags_vertical = 7
text = "Mike Ock"
align = 1
valign = 1