RenderingEngine.tscn 1.1 KB

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