ShareByUsage.tscn 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. [gd_scene load_steps=6 format=3 uid="uid://bfyhp2ueojk76"]
  2. [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_pyzyc"]
  3. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_lrywq"]
  4. [ext_resource type="Texture2D" uid="uid://cd24sd6xaifar" path="res://slides/352/dodgy_fox_running_1.png" id="3_uvake"]
  5. [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_gkadv"]
  6. [ext_resource type="Texture2D" uid="uid://bacaara3xbucj" path="res://slides/352/Screenshot_Kace_v1_5_B.png" id="5_n012j"]
  7. [node name="ShareByUsage" type="Node2D"]
  8. script = ExtResource("1_pyzyc")
  9. [node name="Title" parent="." instance=ExtResource("3_lrywq")]
  10. offset_left = 85.0
  11. offset_top = 26.0
  12. offset_right = 1847.0
  13. offset_bottom = 194.0
  14. text = "Créez !"
  15. [node name="DodgyFoxShot" type="Sprite2D" parent="."]
  16. position = Vector2(1592, 654)
  17. texture = ExtResource("3_uvake")
  18. [node name="DodgyFoxTitle" parent="." instance=ExtResource("4_gkadv")]
  19. offset_left = 1353.0
  20. offset_top = 178.0
  21. offset_right = 1767.0
  22. offset_bottom = 291.0
  23. text = "DodgyFox"
  24. horizontal_alignment = 0
  25. [node name="KaceShot" type="Sprite2D" parent="."]
  26. position = Vector2(454, 645)
  27. scale = Vector2(2, 2)
  28. texture = ExtResource("5_n012j")
  29. [node name="KaceTitle" parent="." instance=ExtResource("4_gkadv")]
  30. offset_left = 61.0
  31. offset_top = 131.0
  32. offset_right = 475.0
  33. offset_bottom = 244.0
  34. text = "Kace"
  35. horizontal_alignment = 0