1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- [gd_scene load_steps=7 format=3 uid="uid://dieh34nijp3wa"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_cyjsx"]
- [ext_resource type="Texture2D" uid="uid://cbrt2bjr720an" path="res://slides/111/osi_symbol_0.webp" id="2_26ygd"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_mtafq"]
- [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_lhtcc"]
- [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jnx8n"]
- bg_color = Color(1, 1, 1, 1)
- [sub_resource type="LabelSettings" id="LabelSettings_ntg8c"]
- font_size = 64
- font_color = Color(0.160784, 0.196078, 0.321569, 1)
- [node name="OpenSourceDef" type="Node2D"]
- script = ExtResource("1_cyjsx")
- [node name="Title" parent="." instance=ExtResource("3_mtafq")]
- offset_left = 85.0
- offset_top = 26.0
- offset_right = 1847.0
- offset_bottom = 194.0
- text = "Libre"
- [node name="Sprite2D" type="Sprite2D" parent="."]
- position = Vector2(1498, 626)
- texture = ExtResource("2_26ygd")
- [node name="RichTextMIT" type="RichTextLabel" parent="."]
- offset_left = 27.0
- offset_top = 268.0
- offset_right = 1667.0
- offset_bottom = 1155.0
- theme_override_colors/default_color = Color(0, 0, 0, 1)
- theme_override_font_sizes/normal_font_size = 29
- bbcode_enabled = true
- text = "Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md).
- Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur.
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the \"Software\"), to deal
- in the Software without restriction, including without limitation [bgcolor=#78e5f6]the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software[/bgcolor], and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
- [color=#999999]The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
- THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE.[/color]"
- autowrap_mode = 0
- [node name="Panel" type="Panel" parent="."]
- self_modulate = Color(1, 1, 1, 0.733333)
- offset_left = 89.0
- offset_top = 622.0
- offset_right = 1140.0
- offset_bottom = 982.0
- theme_override_styles/panel = SubResource("StyleBoxFlat_jnx8n")
- [node name="ExtractedTextMIT" type="Label" parent="Panel"]
- layout_mode = 1
- anchors_preset = 8
- anchor_left = 0.5
- anchor_top = 0.5
- anchor_right = 0.5
- anchor_bottom = 0.5
- offset_left = -488.5
- offset_top = -182.0
- offset_right = 514.5
- offset_bottom = 182.0
- grow_horizontal = 2
- grow_vertical = 2
- text = "the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software"
- label_settings = SubResource("LabelSettings_ntg8c")
- autowrap_mode = 2
- [node name="Subtitle" parent="." instance=ExtResource("4_lhtcc")]
- offset_left = 21.0
- offset_top = 164.0
- offset_right = 472.0
- offset_bottom = 295.0
- text = "License MIT"
|