1408 lines
41 KiB
Text
1408 lines
41 KiB
Text
[gd_scene load_steps=14 format=2]
|
|
|
|
[ext_resource path="res://scenes/GUI/HUD/HUD.gd" type="Script" id=1]
|
|
[ext_resource path="res://scenes/GUI/HUD/WindowControl.gd" type="Script" id=2]
|
|
[ext_resource path="res://assets/GUI/images/bg2.jpg" type="Texture" id=3]
|
|
[ext_resource path="res://assets/GUI/images/button_quit.png" type="Texture" id=4]
|
|
[ext_resource path="res://assets/GUI/images/button_close.png" type="Texture" id=5]
|
|
[ext_resource path="res://assets/GUI/images/button_open.png" type="Texture" id=6]
|
|
[ext_resource path="res://assets/GUI/images/button_resize.png" type="Texture" id=7]
|
|
[ext_resource path="res://scenes/GUI/MusicControls/MusicControls.tscn" type="PackedScene" id=8]
|
|
[ext_resource path="res://addons/ui_window/ui_window.gd" type="Script" id=9]
|
|
[ext_resource path="res://addons/ui_window/icon.png" type="Texture" id=10]
|
|
[ext_resource path="res://scenes/GUI/HUD/oubli.gd" type="Script" id=11]
|
|
[ext_resource path="res://scenes/GUI/HUD/trauma.gd" type="Script" id=12]
|
|
[ext_resource path="res://scenes/GUI/HUD/douleur.gd" type="Script" id=13]
|
|
|
|
[node name="HUD" type="MarginContainer"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
custom_constants/margin_right = 0
|
|
custom_constants/margin_top = 0
|
|
custom_constants/margin_left = 0
|
|
custom_constants/margin_bottom = 0
|
|
script = ExtResource( 1 )
|
|
_sections_unfolded = [ "Margin", "Mouse", "Rect", "Size Flags", "Theme", "Visibility", "custom_constants" ]
|
|
|
|
[node name="overlay_oubli" type="Panel" parent="." index="0"]
|
|
|
|
modulate = Color( 0, 0, 0, 0 )
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 600.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
_sections_unfolded = [ "Mouse", "Visibility" ]
|
|
|
|
[node name="overlay_douleur" type="Panel" parent="." index="1"]
|
|
|
|
modulate = Color( 1, 0, 0, 0 )
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 600.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
_sections_unfolded = [ "Mouse", "Visibility" ]
|
|
|
|
[node name="Windows" type="ReferenceRect" parent="." index="2"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 600.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
_sections_unfolded = [ "Mouse", "Size Flags", "Theme", "Visibility", "custom_styles" ]
|
|
|
|
[node name="Test" type="MarginContainer" parent="Windows" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 237.0
|
|
margin_top = 15.0
|
|
margin_right = 526.0
|
|
margin_bottom = 143.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
hint_tooltip = "Tooltips test."
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
custom_constants/margin_right = 0
|
|
custom_constants/margin_top = 0
|
|
custom_constants/margin_left = 0
|
|
custom_constants/margin_bottom = 0
|
|
script = ExtResource( 2 )
|
|
_sections_unfolded = [ "Mouse", "Size Flags", "Theme", "custom_constants" ]
|
|
__meta__ = {
|
|
"_edit_group_": true
|
|
}
|
|
is_movable = true
|
|
is_resizable = true
|
|
is_borderless = false
|
|
|
|
[node name="Background" type="NinePatchRect" parent="Windows/Test" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 289.0
|
|
margin_bottom = 128.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
texture = ExtResource( 3 )
|
|
patch_margin_left = 4
|
|
patch_margin_top = 32
|
|
patch_margin_right = 4
|
|
patch_margin_bottom = 4
|
|
axis_stretch_horizontal = 1
|
|
axis_stretch_vertical = 1
|
|
_sections_unfolded = [ "Axis Stretch", "Material", "Mouse", "Patch Margin", "Rect", "Size Flags", "Theme", "Visibility" ]
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Windows/Test" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 289.0
|
|
margin_bottom = 128.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
custom_constants/separation = 0
|
|
alignment = 0
|
|
_sections_unfolded = [ "Mouse", "Rect", "Size Flags", "Visibility", "custom_constants" ]
|
|
|
|
[node name="Header" type="MarginContainer" parent="Windows/Test/VBoxContainer" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 289.0
|
|
margin_bottom = 24.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 13
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 4
|
|
custom_constants/margin_right = 4
|
|
custom_constants/margin_top = 4
|
|
custom_constants/margin_left = 4
|
|
custom_constants/margin_bottom = 4
|
|
_sections_unfolded = [ "Margin", "Mouse", "Rect", "Size Flags", "custom_constants" ]
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="Windows/Test/VBoxContainer/Header" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 285.0
|
|
margin_bottom = 20.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 13
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 6
|
|
alignment = 0
|
|
_sections_unfolded = [ "Mouse", "Rect", "Size Flags" ]
|
|
|
|
[node name="Quit" type="TextureButton" parent="Windows/Test/VBoxContainer/Header/HBoxContainer" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 16.0
|
|
margin_bottom = 16.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 8
|
|
size_flags_vertical = 4
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
texture_normal = ExtResource( 4 )
|
|
_sections_unfolded = [ "Size Flags", "Textures", "custom_constants" ]
|
|
|
|
[node name="Close" type="TextureButton" parent="Windows/Test/VBoxContainer/Header/HBoxContainer" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 20.0
|
|
margin_right = 36.0
|
|
margin_bottom = 16.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 8
|
|
size_flags_vertical = 4
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
texture_normal = ExtResource( 5 )
|
|
_sections_unfolded = [ "Margin", "Size Flags", "Textures", "custom_constants" ]
|
|
|
|
[node name="Open" type="TextureButton" parent="Windows/Test/VBoxContainer/Header/HBoxContainer" index="2"]
|
|
|
|
visible = false
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 20.0
|
|
margin_right = 36.0
|
|
margin_bottom = 16.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 8
|
|
size_flags_vertical = 4
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
texture_normal = ExtResource( 6 )
|
|
_sections_unfolded = [ "Size Flags", "Textures", "custom_constants" ]
|
|
|
|
[node name="Label" type="Label" parent="Windows/Test/VBoxContainer/Header/HBoxContainer" index="3"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 40.0
|
|
margin_top = 1.0
|
|
margin_right = 281.0
|
|
margin_bottom = 15.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
mouse_default_cursor_shape = 13
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 4
|
|
text = "Ceci est une fenêtre."
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
_sections_unfolded = [ "Hint", "Mouse", "Size Flags" ]
|
|
|
|
[node name="Content" type="MarginContainer" parent="Windows/Test/VBoxContainer" index="1"]
|
|
|
|
editor/display_folded = true
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_top = 24.0
|
|
margin_right = 289.0
|
|
margin_bottom = 104.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
custom_constants/margin_right = 8
|
|
custom_constants/margin_top = 8
|
|
custom_constants/margin_left = 8
|
|
custom_constants/margin_bottom = 8
|
|
_sections_unfolded = [ "Rect", "Size Flags", "custom_constants" ]
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="Windows/Test/VBoxContainer/Content" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 8.0
|
|
margin_top = 8.0
|
|
margin_right = 281.0
|
|
margin_bottom = 72.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = true
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
bbcode_enabled = false
|
|
bbcode_text = ""
|
|
visible_characters = -1
|
|
percent_visible = 1.0
|
|
meta_underlined = true
|
|
tab_size = 4
|
|
text = "Lorem [url]ipsum[/url] dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\nLorem [url]ipsum[/url] dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
|
|
scroll_active = true
|
|
scroll_following = true
|
|
selection_enabled = true
|
|
override_selected_font_color = false
|
|
_sections_unfolded = [ "BBCode", "Rect", "Size Flags" ]
|
|
|
|
[node name="Footer" type="MarginContainer" parent="Windows/Test/VBoxContainer" index="2"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_top = 104.0
|
|
margin_right = 289.0
|
|
margin_bottom = 128.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
custom_constants/margin_right = 6
|
|
custom_constants/margin_top = 2
|
|
custom_constants/margin_left = 6
|
|
custom_constants/margin_bottom = 6
|
|
_sections_unfolded = [ "Size Flags", "custom_constants" ]
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="Windows/Test/VBoxContainer/Footer" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 6.0
|
|
margin_top = 2.0
|
|
margin_right = 283.0
|
|
margin_bottom = 18.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
alignment = 0
|
|
_sections_unfolded = [ "Mouse", "Size Flags" ]
|
|
|
|
[node name="Resize" type="TextureButton" parent="Windows/Test/VBoxContainer/Footer/HBoxContainer" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 261.0
|
|
margin_right = 277.0
|
|
margin_bottom = 16.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 12
|
|
size_flags_horizontal = 10
|
|
size_flags_vertical = 2
|
|
toggle_mode = false
|
|
action_mode = 0
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
texture_normal = ExtResource( 7 )
|
|
_sections_unfolded = [ "Mouse", "Size Flags", "Textures" ]
|
|
|
|
[node name="TestBorderless" type="MarginContainer" parent="Windows" index="1"]
|
|
|
|
editor/display_folded = true
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 246.0
|
|
margin_top = 148.0
|
|
margin_right = 493.0
|
|
margin_bottom = 335.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
hint_tooltip = "Tooltips test."
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
custom_constants/margin_right = 0
|
|
custom_constants/margin_top = 0
|
|
custom_constants/margin_left = 0
|
|
custom_constants/margin_bottom = 0
|
|
script = ExtResource( 2 )
|
|
_sections_unfolded = [ "Mouse", "Size Flags", "Theme", "custom_constants" ]
|
|
__meta__ = {
|
|
"_edit_group_": true
|
|
}
|
|
is_movable = true
|
|
is_resizable = true
|
|
is_borderless = true
|
|
|
|
[node name="Background" type="NinePatchRect" parent="Windows/TestBorderless" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 247.0
|
|
margin_bottom = 187.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
texture = ExtResource( 3 )
|
|
patch_margin_left = 4
|
|
patch_margin_top = 32
|
|
patch_margin_right = 4
|
|
patch_margin_bottom = 4
|
|
axis_stretch_horizontal = 1
|
|
axis_stretch_vertical = 1
|
|
_sections_unfolded = [ "Axis Stretch", "Material", "Patch Margin", "Rect", "Size Flags", "Theme", "Visibility" ]
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Windows/TestBorderless" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 247.0
|
|
margin_bottom = 187.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
custom_constants/separation = 0
|
|
alignment = 0
|
|
_sections_unfolded = [ "Rect", "Size Flags", "Visibility", "custom_constants" ]
|
|
|
|
[node name="Header" type="MarginContainer" parent="Windows/TestBorderless/VBoxContainer" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 247.0
|
|
margin_bottom = 24.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 13
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 0
|
|
custom_constants/margin_right = 4
|
|
custom_constants/margin_top = 4
|
|
custom_constants/margin_left = 4
|
|
custom_constants/margin_bottom = 4
|
|
_sections_unfolded = [ "Mouse", "Rect", "Size Flags", "custom_constants" ]
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="Windows/TestBorderless/VBoxContainer/Header" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 243.0
|
|
margin_bottom = 20.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 13
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 2
|
|
alignment = 0
|
|
_sections_unfolded = [ "Hint", "Mouse", "Rect", "Size Flags" ]
|
|
|
|
[node name="Quit" type="TextureButton" parent="Windows/TestBorderless/VBoxContainer/Header/HBoxContainer" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 16.0
|
|
margin_bottom = 16.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 8
|
|
size_flags_vertical = 4
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
texture_normal = ExtResource( 4 )
|
|
_sections_unfolded = [ "Size Flags", "Textures", "custom_constants" ]
|
|
|
|
[node name="Close" type="TextureButton" parent="Windows/TestBorderless/VBoxContainer/Header/HBoxContainer" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 20.0
|
|
margin_right = 36.0
|
|
margin_bottom = 16.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 8
|
|
size_flags_vertical = 4
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
texture_normal = ExtResource( 5 )
|
|
_sections_unfolded = [ "Margin", "Size Flags", "Textures", "custom_constants" ]
|
|
|
|
[node name="Open" type="TextureButton" parent="Windows/TestBorderless/VBoxContainer/Header/HBoxContainer" index="2"]
|
|
|
|
visible = false
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 20.0
|
|
margin_right = 36.0
|
|
margin_bottom = 16.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 8
|
|
size_flags_vertical = 4
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
texture_normal = ExtResource( 6 )
|
|
_sections_unfolded = [ "Size Flags", "Textures", "custom_constants" ]
|
|
|
|
[node name="Label" type="Label" parent="Windows/TestBorderless/VBoxContainer/Header/HBoxContainer" index="3"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 40.0
|
|
margin_top = 1.0
|
|
margin_right = 239.0
|
|
margin_bottom = 15.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
mouse_default_cursor_shape = 13
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 4
|
|
text = "Ceci est une fenêtre sans bord."
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
_sections_unfolded = [ "Hint", "Mouse", "Size Flags" ]
|
|
|
|
[node name="Content" type="MarginContainer" parent="Windows/TestBorderless/VBoxContainer" index="1"]
|
|
|
|
editor/display_folded = true
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_top = 24.0
|
|
margin_right = 247.0
|
|
margin_bottom = 163.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
custom_constants/margin_right = 8
|
|
custom_constants/margin_top = 8
|
|
custom_constants/margin_left = 8
|
|
custom_constants/margin_bottom = 8
|
|
_sections_unfolded = [ "Rect", "Size Flags", "custom_constants" ]
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Windows/TestBorderless/VBoxContainer/Content" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 8.0
|
|
margin_top = 8.0
|
|
margin_right = 239.0
|
|
margin_bottom = 131.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
alignment = 0
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="Windows/TestBorderless/VBoxContainer/Content/VBoxContainer" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 231.0
|
|
margin_bottom = 59.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = true
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 3
|
|
bbcode_enabled = false
|
|
bbcode_text = ""
|
|
visible_characters = -1
|
|
percent_visible = 1.0
|
|
meta_underlined = true
|
|
tab_size = 4
|
|
text = "Lorem [url]ipsum[/url] dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\nLorem [url]ipsum[/url] dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
|
|
scroll_active = true
|
|
scroll_following = true
|
|
selection_enabled = true
|
|
override_selected_font_color = false
|
|
_sections_unfolded = [ "BBCode", "Focus", "Rect", "Size Flags" ]
|
|
|
|
[node name="RichTextLabel2" type="RichTextLabel" parent="Windows/TestBorderless/VBoxContainer/Content/VBoxContainer" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_top = 63.0
|
|
margin_right = 231.0
|
|
margin_bottom = 123.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = true
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 5
|
|
size_flags_vertical = 11
|
|
bbcode_enabled = false
|
|
bbcode_text = ""
|
|
visible_characters = -1
|
|
percent_visible = 1.0
|
|
meta_underlined = true
|
|
tab_size = 4
|
|
text = "Lorem [url]ipsum[/url] dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\nLorem [url]ipsum[/url] dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
|
|
scroll_active = true
|
|
scroll_following = true
|
|
selection_enabled = true
|
|
override_selected_font_color = false
|
|
_sections_unfolded = [ "BBCode", "Focus", "Rect", "Size Flags" ]
|
|
|
|
[node name="Footer" type="MarginContainer" parent="Windows/TestBorderless/VBoxContainer" index="2"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_top = 163.0
|
|
margin_right = 247.0
|
|
margin_bottom = 187.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
custom_constants/margin_right = 6
|
|
custom_constants/margin_top = 2
|
|
custom_constants/margin_left = 6
|
|
custom_constants/margin_bottom = 6
|
|
_sections_unfolded = [ "custom_constants" ]
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="Windows/TestBorderless/VBoxContainer/Footer" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 6.0
|
|
margin_top = 2.0
|
|
margin_right = 241.0
|
|
margin_bottom = 18.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
alignment = 0
|
|
|
|
[node name="Resize" type="TextureButton" parent="Windows/TestBorderless/VBoxContainer/Footer/HBoxContainer" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 219.0
|
|
margin_right = 235.0
|
|
margin_bottom = 16.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 12
|
|
size_flags_horizontal = 10
|
|
size_flags_vertical = 2
|
|
toggle_mode = false
|
|
action_mode = 0
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
texture_normal = ExtResource( 7 )
|
|
_sections_unfolded = [ "Mouse", "Size Flags", "Textures" ]
|
|
|
|
[node name="Music" type="MarginContainer" parent="Windows" index="2"]
|
|
|
|
editor/display_folded = true
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 309.0
|
|
margin_top = 352.0
|
|
margin_right = 438.0
|
|
margin_bottom = 482.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
hint_tooltip = "Tooltips test."
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
custom_constants/margin_right = 0
|
|
custom_constants/margin_top = 0
|
|
custom_constants/margin_left = 0
|
|
custom_constants/margin_bottom = 0
|
|
script = ExtResource( 2 )
|
|
_sections_unfolded = [ "Anchor", "Focus", "Hint", "Margin", "Mouse", "Rect", "Size Flags", "Theme", "custom_constants" ]
|
|
__meta__ = {
|
|
"_edit_group_": true
|
|
}
|
|
is_movable = true
|
|
is_resizable = false
|
|
is_borderless = true
|
|
|
|
[node name="Background" type="NinePatchRect" parent="Windows/Music" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 129.0
|
|
margin_bottom = 130.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
texture = ExtResource( 3 )
|
|
patch_margin_left = 4
|
|
patch_margin_top = 32
|
|
patch_margin_right = 4
|
|
patch_margin_bottom = 4
|
|
axis_stretch_horizontal = 1
|
|
axis_stretch_vertical = 1
|
|
_sections_unfolded = [ "Axis Stretch", "Material", "Patch Margin", "Rect", "Size Flags", "Theme", "Visibility" ]
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Windows/Music" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 129.0
|
|
margin_bottom = 130.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
custom_constants/separation = 0
|
|
alignment = 0
|
|
_sections_unfolded = [ "Rect", "Size Flags", "Visibility", "custom_constants" ]
|
|
|
|
[node name="Header" type="MarginContainer" parent="Windows/Music/VBoxContainer" index="0"]
|
|
|
|
editor/display_folded = true
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 129.0
|
|
margin_bottom = 24.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 13
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 0
|
|
custom_constants/margin_right = 0
|
|
custom_constants/margin_top = 4
|
|
custom_constants/margin_left = 4
|
|
custom_constants/margin_bottom = 4
|
|
_sections_unfolded = [ "Mouse", "Rect", "Size Flags", "custom_constants" ]
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="Windows/Music/VBoxContainer/Header" index="0"]
|
|
|
|
editor/display_folded = true
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 129.0
|
|
margin_bottom = 20.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 13
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 2
|
|
alignment = 0
|
|
_sections_unfolded = [ "Mouse", "Rect", "Size Flags" ]
|
|
|
|
[node name="Quit" type="TextureButton" parent="Windows/Music/VBoxContainer/Header/HBoxContainer" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 16.0
|
|
margin_bottom = 16.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 8
|
|
size_flags_vertical = 4
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
texture_normal = ExtResource( 4 )
|
|
_sections_unfolded = [ "Size Flags", "Textures", "custom_constants" ]
|
|
|
|
[node name="Close" type="TextureButton" parent="Windows/Music/VBoxContainer/Header/HBoxContainer" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 20.0
|
|
margin_right = 36.0
|
|
margin_bottom = 16.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 8
|
|
size_flags_vertical = 4
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
texture_normal = ExtResource( 5 )
|
|
_sections_unfolded = [ "Margin", "Size Flags", "Textures", "custom_constants" ]
|
|
|
|
[node name="Open" type="TextureButton" parent="Windows/Music/VBoxContainer/Header/HBoxContainer" index="2"]
|
|
|
|
visible = false
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 20.0
|
|
margin_right = 36.0
|
|
margin_bottom = 16.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 8
|
|
size_flags_vertical = 4
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
texture_normal = ExtResource( 6 )
|
|
_sections_unfolded = [ "Size Flags", "Textures", "custom_constants" ]
|
|
|
|
[node name="Label" type="Label" parent="Windows/Music/VBoxContainer/Header/HBoxContainer" index="3"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 40.0
|
|
margin_top = 1.0
|
|
margin_right = 125.0
|
|
margin_bottom = 15.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
mouse_default_cursor_shape = 13
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 4
|
|
text = "Musique"
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
_sections_unfolded = [ "Hint", "Mouse", "Size Flags" ]
|
|
|
|
[node name="Content" type="MarginContainer" parent="Windows/Music/VBoxContainer" index="1"]
|
|
|
|
editor/display_folded = true
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_top = 24.0
|
|
margin_right = 129.0
|
|
margin_bottom = 106.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
custom_constants/margin_right = 8
|
|
custom_constants/margin_top = 8
|
|
custom_constants/margin_left = 8
|
|
custom_constants/margin_bottom = 8
|
|
_sections_unfolded = [ "Rect", "Size Flags", "custom_constants" ]
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="Windows/Music/VBoxContainer/Content" index="0"]
|
|
|
|
visible = false
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 8.0
|
|
margin_top = 8.0
|
|
margin_right = 121.0
|
|
margin_bottom = 74.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = true
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
bbcode_enabled = false
|
|
bbcode_text = ""
|
|
visible_characters = -1
|
|
percent_visible = 1.0
|
|
meta_underlined = true
|
|
tab_size = 4
|
|
text = "Lorem [url]ipsum[/url] dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\nLorem [url]ipsum[/url] dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
|
|
scroll_active = true
|
|
scroll_following = true
|
|
selection_enabled = true
|
|
override_selected_font_color = false
|
|
_sections_unfolded = [ "BBCode", "Rect", "Size Flags" ]
|
|
|
|
[node name="Music" parent="Windows/Music/VBoxContainer/Content" index="1" instance=ExtResource( 8 )]
|
|
|
|
margin_left = 8.0
|
|
margin_top = 8.0
|
|
margin_right = 121.0
|
|
margin_bottom = 74.0
|
|
|
|
[node name="Footer" type="MarginContainer" parent="Windows/Music/VBoxContainer" index="2"]
|
|
|
|
editor/display_folded = true
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_top = 106.0
|
|
margin_right = 129.0
|
|
margin_bottom = 130.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
custom_constants/margin_right = 6
|
|
custom_constants/margin_top = 2
|
|
custom_constants/margin_left = 6
|
|
custom_constants/margin_bottom = 6
|
|
_sections_unfolded = [ "custom_constants" ]
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="Windows/Music/VBoxContainer/Footer" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 6.0
|
|
margin_top = 2.0
|
|
margin_right = 123.0
|
|
margin_bottom = 18.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
alignment = 0
|
|
|
|
[node name="Resize" type="TextureButton" parent="Windows/Music/VBoxContainer/Footer/HBoxContainer" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 101.0
|
|
margin_right = 117.0
|
|
margin_bottom = 16.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 12
|
|
size_flags_horizontal = 10
|
|
size_flags_vertical = 2
|
|
toggle_mode = false
|
|
action_mode = 0
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
texture_normal = ExtResource( 7 )
|
|
_sections_unfolded = [ "Mouse", "Size Flags", "Textures" ]
|
|
|
|
[node name="ui_window" type="MarginContainer" parent="Windows" index="3"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 534.0
|
|
margin_top = 175.0
|
|
margin_right = 986.0
|
|
margin_bottom = 527.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 1
|
|
script = ExtResource( 9 )
|
|
__meta__ = {
|
|
"_editor_icon": ExtResource( 10 )
|
|
}
|
|
is_movable = true
|
|
is_resizable = true
|
|
is_borderless = false
|
|
title = "Window test !!!!!"
|
|
background_color = Color( 0.496094, 0.496094, 0.496094, 1 )
|
|
|
|
[node name="Music" parent="." index="3" instance=ExtResource( 8 )]
|
|
|
|
margin_left = 942.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 66.0
|
|
size_flags_horizontal = 8
|
|
size_flags_vertical = 2
|
|
|
|
[node name="Jauges" type="VBoxContainer" parent="." index="4"]
|
|
|
|
editor/display_folded = true
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 420.0
|
|
margin_top = 544.0
|
|
margin_right = 603.0
|
|
margin_bottom = 600.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 6
|
|
size_flags_vertical = 10
|
|
alignment = 0
|
|
_sections_unfolded = [ "Size Flags" ]
|
|
|
|
[node name="oubli" type="HBoxContainer" parent="Jauges" index="0"]
|
|
|
|
modulate = Color( 1, 1, 1, 0 )
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 167.0
|
|
margin_bottom = 16.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 9
|
|
alignment = 0
|
|
script = ExtResource( 11 )
|
|
_sections_unfolded = [ "Size Flags", "Visibility" ]
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="Jauges/oubli" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 128.0
|
|
margin_bottom = 16.0
|
|
rect_min_size = Vector2( 128, 8 )
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 0
|
|
min_value = 0.0
|
|
max_value = 100.0
|
|
step = 1.0
|
|
page = 0.0
|
|
value = 0.0
|
|
exp_edit = false
|
|
rounded = false
|
|
percent_visible = false
|
|
_sections_unfolded = [ "Material", "Percent", "Rect", "Size Flags" ]
|
|
|
|
[node name="Label" type="Label" parent="Jauges/oubli" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 132.0
|
|
margin_top = 1.0
|
|
margin_right = 167.0
|
|
margin_bottom = 15.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 4
|
|
text = "Oubli"
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
|
|
[node name="trauma" type="HBoxContainer" parent="Jauges" index="1"]
|
|
|
|
modulate = Color( 1, 1, 1, 0 )
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_top = 20.0
|
|
margin_right = 179.0
|
|
margin_bottom = 36.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 9
|
|
alignment = 0
|
|
script = ExtResource( 12 )
|
|
_sections_unfolded = [ "Size Flags", "Visibility" ]
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="Jauges/trauma" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 128.0
|
|
margin_bottom = 16.0
|
|
rect_min_size = Vector2( 128, 8 )
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 0
|
|
min_value = 0.0
|
|
max_value = 100.0
|
|
step = 1.0
|
|
page = 0.0
|
|
value = 0.0
|
|
exp_edit = false
|
|
rounded = false
|
|
percent_visible = false
|
|
_sections_unfolded = [ "Percent", "Rect", "Size Flags" ]
|
|
|
|
[node name="Label" type="Label" parent="Jauges/trauma" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 132.0
|
|
margin_top = 1.0
|
|
margin_right = 179.0
|
|
margin_bottom = 15.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 4
|
|
text = "Trauma"
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
|
|
[node name="douleur" type="HBoxContainer" parent="Jauges" index="2"]
|
|
|
|
modulate = Color( 1, 1, 1, 0 )
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_top = 40.0
|
|
margin_right = 183.0
|
|
margin_bottom = 56.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 1
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 9
|
|
alignment = 0
|
|
script = ExtResource( 13 )
|
|
_sections_unfolded = [ "Size Flags", "Visibility" ]
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="Jauges/douleur" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 128.0
|
|
margin_bottom = 16.0
|
|
rect_min_size = Vector2( 128, 8 )
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 0
|
|
min_value = 0.0
|
|
max_value = 100.0
|
|
step = 1.0
|
|
page = 0.0
|
|
value = 0.0
|
|
exp_edit = false
|
|
rounded = false
|
|
percent_visible = false
|
|
_sections_unfolded = [ "Percent", "Rect", "Size Flags" ]
|
|
|
|
[node name="Label" type="Label" parent="Jauges/douleur" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 132.0
|
|
margin_top = 1.0
|
|
margin_right = 183.0
|
|
margin_bottom = 15.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 4
|
|
text = "Douleur"
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
|
|
[node name="SaveHUD" type="Button" parent="." index="5"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 799.0
|
|
margin_top = 580.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 600.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 10
|
|
size_flags_vertical = 10
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
text = "Save HUD windows layout in file."
|
|
flat = false
|
|
align = 1
|
|
_sections_unfolded = [ "Size Flags" ]
|
|
|
|
[connection signal="gui_input" from="Windows/Test/VBoxContainer/Header" to="Windows/Test" method="_on_Header_gui_input"]
|
|
|
|
[connection signal="pressed" from="Windows/Test/VBoxContainer/Header/HBoxContainer/Quit" to="Windows/Test" method="_on_Quit_pressed"]
|
|
|
|
[connection signal="pressed" from="Windows/Test/VBoxContainer/Header/HBoxContainer/Close" to="Windows/Test" method="_on_Close_pressed"]
|
|
|
|
[connection signal="pressed" from="Windows/Test/VBoxContainer/Header/HBoxContainer/Open" to="Windows/Test" method="_on_Open_pressed"]
|
|
|
|
[connection signal="pressed" from="Windows/Test/VBoxContainer/Footer/HBoxContainer/Resize" to="Windows/Test" method="_on_Resize_pressed"]
|
|
|
|
[connection signal="gui_input" from="Windows/TestBorderless/VBoxContainer/Header" to="Windows/TestBorderless" method="_on_Header_gui_input"]
|
|
|
|
[connection signal="pressed" from="Windows/TestBorderless/VBoxContainer/Header/HBoxContainer/Quit" to="Windows/TestBorderless" method="_on_Quit_pressed"]
|
|
|
|
[connection signal="pressed" from="Windows/TestBorderless/VBoxContainer/Header/HBoxContainer/Close" to="Windows/TestBorderless" method="_on_Close_pressed"]
|
|
|
|
[connection signal="pressed" from="Windows/TestBorderless/VBoxContainer/Header/HBoxContainer/Open" to="Windows/TestBorderless" method="_on_Open_pressed"]
|
|
|
|
[connection signal="pressed" from="Windows/TestBorderless/VBoxContainer/Footer/HBoxContainer/Resize" to="Windows/TestBorderless" method="_on_Resize_pressed"]
|
|
|
|
[connection signal="gui_input" from="Windows/Music/VBoxContainer/Header" to="Windows/Music" method="_on_Header_gui_input"]
|
|
|
|
[connection signal="pressed" from="Windows/Music/VBoxContainer/Header/HBoxContainer/Quit" to="Windows/Music" method="_on_Quit_pressed"]
|
|
|
|
[connection signal="pressed" from="Windows/Music/VBoxContainer/Header/HBoxContainer/Close" to="Windows/Music" method="_on_Close_pressed"]
|
|
|
|
[connection signal="pressed" from="Windows/Music/VBoxContainer/Header/HBoxContainer/Open" to="Windows/Music" method="_on_Open_pressed"]
|
|
|
|
[connection signal="pressed" from="Windows/Music/VBoxContainer/Footer/HBoxContainer/Resize" to="Windows/Music" method="_on_Resize_pressed"]
|
|
|
|
[connection signal="value_changed" from="Jauges/oubli/ProgressBar" to="Jauges/oubli" method="_on_ProgressBar_value_changed"]
|
|
|
|
[connection signal="value_changed" from="Jauges/trauma/ProgressBar" to="Jauges/trauma" method="_on_ProgressBar_value_changed"]
|
|
|
|
[connection signal="value_changed" from="Jauges/douleur/ProgressBar" to="Jauges/douleur" method="_on_ProgressBar_value_changed"]
|
|
|
|
[connection signal="pressed" from="SaveHUD" to="." method="_on_SaveHUD_pressed"]
|
|
|
|
|