DemoAlpha.tscn 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. [gd_scene load_steps=7 format=3 uid="uid://bjtiwlal1u382"]
  2. [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_mrgnv"]
  3. [ext_resource type="Texture2D" uid="uid://wr1kurrklh1q" path="res://slides/382/itch-alpha-raquette.png" id="2_kigqe"]
  4. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_criwq"]
  5. [ext_resource type="Texture2D" uid="uid://bu6j2eipoqgfe" path="res://slides/382/02.png" id="4_8jgbs"]
  6. [ext_resource type="Texture2D" uid="uid://cspcrn7vepoln" path="res://slides/382/09.png" id="5_13l4h"]
  7. [ext_resource type="Texture2D" uid="uid://dege1t5xsvskl" path="res://slides/382/07.png" id="6_4t02a"]
  8. [node name="DemoAlpha" type="Node2D"]
  9. script = ExtResource("1_mrgnv")
  10. [node name="Sprite2D" type="Sprite2D" parent="."]
  11. position = Vector2(952, 618)
  12. scale = Vector2(3.584, 3.584)
  13. texture = ExtResource("2_kigqe")
  14. [node name="Title" parent="." instance=ExtResource("3_criwq")]
  15. offset_left = 83.0
  16. offset_top = -8.0
  17. offset_right = 1845.0
  18. offset_bottom = 160.0
  19. text = "Jeu final"
  20. [node name="BallSprite1" type="Sprite2D" parent="."]
  21. position = Vector2(1722, 289)
  22. scale = Vector2(9.23077, 9.23077)
  23. texture = ExtResource("4_8jgbs")
  24. [node name="BallSprite2" type="Sprite2D" parent="."]
  25. position = Vector2(1712, 615)
  26. scale = Vector2(9.23077, 9.23077)
  27. texture = ExtResource("5_13l4h")
  28. [node name="BallSprite3" type="Sprite2D" parent="."]
  29. position = Vector2(1724, 883)
  30. scale = Vector2(9.23077, 9.23077)
  31. texture = ExtResource("6_4t02a")