123456789101112131415161718192021222324252627282930 |
- [gd_scene load_steps=5 format=3 uid="uid://bjtiwlal1u133"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_ozuai"]
- [ext_resource type="Texture2D" uid="uid://6al4ufsk4tyv" path="res://slides/133/new_3d_renderer_40p.jpg" id="2_xn550"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_fkogs"]
- [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_r4rae"]
- [node name="Godot3" type="Node2D"]
- script = ExtResource("1_ozuai")
- [node name="Sprite2D" type="Sprite2D" parent="."]
- position = Vector2(1179, 666)
- scale = Vector2(2, 2)
- texture = ExtResource("2_xn550")
- [node name="Title" parent="." instance=ExtResource("3_fkogs")]
- offset_left = 466.0
- offset_top = 26.0
- offset_right = 1847.0
- offset_bottom = 194.0
- text = "Godot 3 : Renforcement"
- [node name="Godot3Subtitle" parent="." instance=ExtResource("4_r4rae")]
- offset_left = 40.0
- offset_top = 198.0
- offset_right = 755.0
- offset_bottom = 421.0
- text = "2018
- Godot 3"
- horizontal_alignment = 0
|