Versatility.tscn 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. [gd_scene load_steps=10 format=3 uid="uid://1kpwp5m83dfo"]
  2. [ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_00r7d"]
  3. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="2_hqbyf"]
  4. [ext_resource type="Texture2D" uid="uid://dsqqqx47mwkon" path="res://slides/210/CollisionShape2D.svg" id="3_ymsrw"]
  5. [ext_resource type="Texture2D" uid="uid://bbu6a4bs2oun1" path="res://slides/210/CollisionShape3D.svg" id="4_sjxai"]
  6. [ext_resource type="Texture2D" uid="uid://br0dma03alg1o" path="res://slides/210/icons8-96-html-5.png" id="5_vovoq"]
  7. [ext_resource type="Texture2D" uid="uid://bimohy8re7v0s" path="res://slides/210/icons8-android-os-filled-100.png" id="6_51p1w"]
  8. [ext_resource type="Texture2D" uid="uid://b6ll7a4dkwtls" path="res://slides/210/ScriptCreate.svg" id="7_73dp8"]
  9. [ext_resource type="Texture2D" uid="uid://7qv3x2cxl08c" path="res://slides/210/SubViewport.svg" id="8_copcy"]
  10. [ext_resource type="Texture2D" uid="uid://utt8neoxiqu8" path="res://slides/210/XRController3D.svg" id="9_w4fc8"]
  11. [node name="Versatility" type="Node2D"]
  12. script = ExtResource("1_00r7d")
  13. [node name="Title" parent="." instance=ExtResource("2_hqbyf")]
  14. offset_left = 41.0
  15. offset_top = 28.0
  16. offset_right = 1800.0
  17. offset_bottom = 196.0
  18. text = "Polyvalence"
  19. [node name="2D" type="Sprite2D" parent="."]
  20. position = Vector2(371, 372)
  21. scale = Vector2(2, 2)
  22. texture = ExtResource("3_ymsrw")
  23. [node name="3D" type="Sprite2D" parent="."]
  24. position = Vector2(644, 361)
  25. scale = Vector2(2, 2)
  26. texture = ExtResource("4_sjxai")
  27. [node name="PlatformWeb" type="Sprite2D" parent="."]
  28. position = Vector2(359, 862)
  29. scale = Vector2(2, 2)
  30. texture = ExtResource("5_vovoq")
  31. [node name="PlatformAndroid" type="Sprite2D" parent="."]
  32. position = Vector2(639, 859)
  33. scale = Vector2(2, 2)
  34. texture = ExtResource("6_51p1w")
  35. [node name="Languages" type="Sprite2D" parent="."]
  36. position = Vector2(1439, 384)
  37. scale = Vector2(2, 2)
  38. texture = ExtResource("7_73dp8")
  39. [node name="Windows" type="Sprite2D" parent="."]
  40. position = Vector2(1267, 856)
  41. scale = Vector2(2, 2)
  42. texture = ExtResource("8_copcy")
  43. [node name="VR" type="Sprite2D" parent="."]
  44. position = Vector2(1637, 862)
  45. scale = Vector2(2, 2)
  46. texture = ExtResource("9_w4fc8")