123456789101112131415161718192021222324252627282930313233343536 |
- [gd_scene load_steps=6 format=3 uid="uid://bjtiwlal1u133"]
- [ext_resource type="Script" uid="uid://dujtdgtfgki4c" 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"]
- [ext_resource type="Texture2D" uid="uid://xmt8qap8b3f8" path="res://slides/133/godot_engine_logo_by_soundsbeard_de3hnd1_small.png" id="5_etnst"]
- [node name="Godot3" type="Node2D"]
- script = ExtResource("1_ozuai")
- [node name="PhotosDeRendu" 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
- [node name="Godot3D" type="Sprite2D" parent="."]
- position = Vector2(1142, 656)
- scale = Vector2(0.596774, 0.596774)
- texture = ExtResource("5_etnst")
|