|
@@ -0,0 +1,20 @@
|
|
|
+[gd_scene load_steps=4 format=3 uid="uid://ajyhlumurgwno"]
|
|
|
+
|
|
|
+[ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_fdrav"]
|
|
|
+[ext_resource type="Texture2D" uid="uid://tsnikwqqoziu" path="res://icon.svg" id="2_jdeqx"]
|
|
|
+[ext_resource type="PackedScene" uid="uid://bddjkwilmwrxo" path="res://common/components/title/title.tscn" id="3_vnoln"]
|
|
|
+
|
|
|
+[node name="GodotConsernancy" type="Node2D"]
|
|
|
+script = ExtResource("1_fdrav")
|
|
|
+
|
|
|
+[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
+position = Vector2(933, 546)
|
|
|
+scale = Vector2(2, 2)
|
|
|
+texture = ExtResource("2_jdeqx")
|
|
|
+
|
|
|
+[node name="Title" parent="." instance=ExtResource("3_vnoln")]
|
|
|
+offset_left = 85.0
|
|
|
+offset_top = 26.0
|
|
|
+offset_right = 1847.0
|
|
|
+offset_bottom = 194.0
|
|
|
+text = "Free software conservancy"
|