Versatility.tscn 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. [gd_scene load_steps=11 format=3 uid="uid://1kpwp5m83dfo"]
  2. [ext_resource type="Script" path="res://addons/slide_show/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="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="8_v1upm"]
  11. [ext_resource type="Texture2D" uid="uid://utt8neoxiqu8" path="res://slides/210/XRController3D.svg" id="9_w4fc8"]
  12. [node name="Versatility" type="Node2D"]
  13. script = ExtResource("1_00r7d")
  14. [node name="Title" parent="." instance=ExtResource("2_hqbyf")]
  15. offset_left = 41.0
  16. offset_top = 28.0
  17. offset_right = 1800.0
  18. offset_bottom = 196.0
  19. text = "Polyvalence"
  20. [node name="2D" type="Sprite2D" parent="."]
  21. position = Vector2(371, 372)
  22. scale = Vector2(2, 2)
  23. texture = ExtResource("3_ymsrw")
  24. [node name="3D" type="Sprite2D" parent="."]
  25. position = Vector2(644, 361)
  26. scale = Vector2(2, 2)
  27. texture = ExtResource("4_sjxai")
  28. [node name="PlatformWeb" type="Sprite2D" parent="."]
  29. position = Vector2(359, 862)
  30. scale = Vector2(2, 2)
  31. texture = ExtResource("5_vovoq")
  32. [node name="PlatformAndroid" type="Sprite2D" parent="."]
  33. position = Vector2(639, 859)
  34. scale = Vector2(2, 2)
  35. texture = ExtResource("6_51p1w")
  36. [node name="LanguagesIcon" type="Sprite2D" parent="."]
  37. position = Vector2(1283, 381)
  38. scale = Vector2(2, 2)
  39. texture = ExtResource("7_73dp8")
  40. [node name="LanguagesLabel" parent="." instance=ExtResource("8_v1upm")]
  41. offset_left = 1427.0
  42. offset_top = 208.0
  43. offset_right = 1828.0
  44. offset_bottom = 547.0
  45. text = "GDScript
  46. C#
  47. C++"
  48. horizontal_alignment = 0
  49. [node name="Windows" type="Sprite2D" parent="."]
  50. position = Vector2(1267, 856)
  51. scale = Vector2(2, 2)
  52. texture = ExtResource("8_copcy")
  53. [node name="VR" type="Sprite2D" parent="."]
  54. position = Vector2(1637, 862)
  55. scale = Vector2(2, 2)
  56. texture = ExtResource("9_w4fc8")