GameDev.tscn 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. [gd_scene load_steps=6 format=3 uid="uid://bydlsxk25uqb3"]
  2. [ext_resource type="Script" uid="uid://dujtdgtfgki4c" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_si8q6"]
  3. [ext_resource type="LabelSettings" uid="uid://736ny1eitvq5" path="res://common/graphics/styles/title.tres" id="2_8ygc4"]
  4. [ext_resource type="Texture2D" uid="uid://bv7nu5kp746rt" path="res://slides/5/dev-cartoon.svg" id="3_h0f4w"]
  5. [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="3_qd7sj"]
  6. [ext_resource type="Texture2D" uid="uid://m37nyjowa6lf" path="res://slides/0b/Joypad.svg" id="5_nofbb"]
  7. [node name="GameDev" type="Node2D"]
  8. script = ExtResource("1_si8q6")
  9. [node name="Title" type="Label" parent="."]
  10. offset_left = 573.0
  11. offset_top = -3.0
  12. offset_right = 1310.0
  13. offset_bottom = 165.0
  14. text = "Game dev"
  15. label_settings = ExtResource("2_8ygc4")
  16. horizontal_alignment = 1
  17. [node name="Subtitle" parent="." instance=ExtResource("3_qd7sj")]
  18. text = "Passionné et enthousiaste"
  19. [node name="Avatar" type="Sprite2D" parent="."]
  20. position = Vector2(943, 676)
  21. scale = Vector2(0.765, 0.765)
  22. texture = ExtResource("3_h0f4w")
  23. [node name="JoypadLogo" type="Sprite2D" parent="."]
  24. position = Vector2(368, 638)
  25. scale = Vector2(2.6, 2.6)
  26. texture = ExtResource("5_nofbb")