1234567891011121314151617181920212223242526 |
- [gd_scene load_steps=5 format=3 uid="uid://cpgmta1y3kqvc"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_lplef"]
- [ext_resource type="Texture2D" uid="uid://bqvv6qq1yhd6m" path="res://slides/322/godot_weblate_dashboard.png" id="2_nwj8n"]
- [ext_resource type="Texture2D" uid="uid://ceimnjq2fghyh" path="res://slides/322/godot_weblate_translate_assert.png" id="3_12js0"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_sfnao"]
- [node name="ContributeByWriting" type="Node2D"]
- script = ExtResource("1_lplef")
- [node name="WeblateDashboard" type="Sprite2D" parent="."]
- position = Vector2(439, 349)
- scale = Vector2(0.5, 0.5)
- texture = ExtResource("2_nwj8n")
- [node name="WeblateAssert" type="Sprite2D" parent="."]
- position = Vector2(1305, 764)
- scale = Vector2(0.633, 0.633)
- texture = ExtResource("3_12js0")
- [node name="Title" parent="." instance=ExtResource("3_sfnao")]
- offset_left = 85.0
- offset_top = -4.0
- offset_right = 1847.0
- offset_bottom = 164.0
- text = "Écrivez le futur"
|