ExtendByNative.tscn 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [gd_scene load_steps=6 format=3 uid="uid://dddplxjxkqvyu"]
  2. [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_egehc"]
  3. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_azzie"]
  4. [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="3_iv0il"]
  5. [ext_resource type="Texture2D" uid="uid://bmm3oxpew8tvs" path="res://slides/232/godot-ferris.svg" id="4_ha0k4"]
  6. [ext_resource type="Texture2D" uid="uid://cg0qtphwyqans" path="res://slides/232/noun_SaveCpp_575.png" id="5_0rsd5"]
  7. [node name="ExtendByNative" type="Node2D"]
  8. script = ExtResource("1_egehc")
  9. [node name="Title" parent="." instance=ExtResource("3_azzie")]
  10. offset_left = 85.0
  11. offset_top = 26.0
  12. offset_right = 1847.0
  13. offset_bottom = 194.0
  14. text = "Langages natifs"
  15. [node name="Subtitle" parent="." instance=ExtResource("3_iv0il")]
  16. text = "Pour la performance"
  17. [node name="GDExtensionRust" type="Sprite2D" parent="."]
  18. position = Vector2(651, 654)
  19. texture = ExtResource("4_ha0k4")
  20. [node name="GDExtensionLabel" parent="GDExtensionRust" instance=ExtResource("3_iv0il")]
  21. offset_left = -288.0
  22. offset_top = -239.0
  23. offset_right = 329.0
  24. offset_bottom = -108.0
  25. text = "GDExtension"
  26. [node name="CppModuleLabel" parent="." instance=ExtResource("3_iv0il")]
  27. offset_left = 1048.0
  28. offset_top = 442.0
  29. offset_right = 1639.0
  30. offset_bottom = 573.0
  31. text = "C++ module"
  32. [node name="CppModuleSprite" type="Sprite2D" parent="."]
  33. position = Vector2(1253, 704)
  34. scale = Vector2(0.5, 0.5)
  35. texture = ExtResource("5_0rsd5")