12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- [gd_scene load_steps=6 format=3 uid="uid://dddplxjxkqvyu"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_egehc"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_azzie"]
- [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="3_iv0il"]
- [ext_resource type="Texture2D" uid="uid://bmm3oxpew8tvs" path="res://slides/232/godot-ferris.svg" id="4_ha0k4"]
- [ext_resource type="Texture2D" uid="uid://cg0qtphwyqans" path="res://slides/232/noun_SaveCpp_575.png" id="5_0rsd5"]
- [node name="ExtendByNative" type="Node2D"]
- script = ExtResource("1_egehc")
- [node name="Title" parent="." instance=ExtResource("3_azzie")]
- offset_left = 85.0
- offset_top = 26.0
- offset_right = 1847.0
- offset_bottom = 194.0
- text = "Langages natifs"
- [node name="Subtitle" parent="." instance=ExtResource("3_iv0il")]
- text = "Pour la performance"
- [node name="GDExtensionRust" type="Sprite2D" parent="."]
- position = Vector2(651, 654)
- texture = ExtResource("4_ha0k4")
- [node name="GDExtensionLabel" parent="GDExtensionRust" instance=ExtResource("3_iv0il")]
- offset_left = -288.0
- offset_top = -239.0
- offset_right = 329.0
- offset_bottom = -108.0
- text = "GDExtension"
- [node name="CppModuleLabel" parent="." instance=ExtResource("3_iv0il")]
- offset_left = 1048.0
- offset_top = 442.0
- offset_right = 1639.0
- offset_bottom = 573.0
- text = "C++ module"
- [node name="CppModuleSprite" type="Sprite2D" parent="."]
- position = Vector2(1253, 704)
- scale = Vector2(0.5, 0.5)
- texture = ExtResource("5_0rsd5")
|