Godot3.tscn 955 B

123456789101112131415161718192021222324
  1. [gd_scene load_steps=5 format=3 uid="uid://ce00m1pjp4ajx"]
  2. [ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_pfrjm"]
  3. [ext_resource type="Texture2D" uid="uid://jjrdfilvox4o" path="res://icon.svg" id="2_sqlpx"]
  4. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_snixz"]
  5. [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_lia5w"]
  6. [node name="Godot3" type="Node2D"]
  7. script = ExtResource("1_pfrjm")
  8. [node name="Sprite2D" type="Sprite2D" parent="."]
  9. position = Vector2(933, 546)
  10. scale = Vector2(2, 2)
  11. texture = ExtResource("2_sqlpx")
  12. [node name="Title" parent="." instance=ExtResource("3_snixz")]
  13. offset_left = 85.0
  14. offset_top = 26.0
  15. offset_right = 1847.0
  16. offset_bottom = 194.0
  17. text = "Godot 3 : Versatile"
  18. [node name="Subtitle" parent="." instance=ExtResource("4_lia5w")]
  19. text = "Un moteur diversifié"