1234567891011121314151617181920212223242526272829 |
- [gd_scene load_steps=5 format=3 uid="uid://cbccs71it0k4n"]
- [ext_resource type="Script" uid="uid://dujtdgtfgki4c" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_8no2m"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="2_62xv6"]
- [ext_resource type="PackedScene" uid="uid://jxo5m8cdpoh5" path="res://slides/203/3d.tscn" id="4_yehud"]
- [sub_resource type="ViewportTexture" id="ViewportTexture_yehud"]
- viewport_path = NodePath("SubViewport")
- [node name="RenderingEngine" type="Node2D"]
- script = ExtResource("1_8no2m")
- [node name="Title" parent="." instance=ExtResource("2_62xv6")]
- offset_left = 41.0
- offset_top = 28.0
- offset_right = 1800.0
- offset_bottom = 196.0
- text = "Moteur graphique"
- [node name="ViewportSprite" type="Sprite2D" parent="."]
- position = Vector2(960, 651)
- texture = SubResource("ViewportTexture_yehud")
- [node name="SubViewport" type="SubViewport" parent="."]
- own_world_3d = true
- transparent_bg = true
- size = Vector2i(732, 872)
- [node name="3DRoot" parent="SubViewport" instance=ExtResource("4_yehud")]
|