RenderingEngine.tscn 785 B

12345678910111213141516171819
  1. [gd_scene load_steps=4 format=3 uid="uid://cbccs71it0k4n"]
  2. [ext_resource type="Script" 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="Texture2D" uid="uid://xmt8qap8b3f8" path="res://slides/203/godot_engine_logo_by_soundsbeard_de3hnd1_small.png" id="3_t01r3"]
  5. [node name="RenderingEngine" type="Node2D"]
  6. script = ExtResource("1_8no2m")
  7. [node name="Title" parent="." instance=ExtResource("2_62xv6")]
  8. offset_left = 41.0
  9. offset_top = 28.0
  10. offset_right = 1800.0
  11. offset_bottom = 196.0
  12. text = "Moteur graphique"
  13. [node name="Sprite2D" type="Sprite2D" parent="."]
  14. position = Vector2(916, 604)
  15. texture = ExtResource("3_t01r3")