12345678910111213141516171819202122232425262728 |
- [gd_scene load_steps=5 format=3 uid="uid://bjtiwlal1u256"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_zqpno"]
- [ext_resource type="Texture2D" uid="uid://dvij1u24vqsy7" path="res://slides/256/animation_tree.png" id="2_jwo4e"]
- [ext_resource type="Texture2D" uid="uid://c5t0yr7v0nerx" path="res://slides/256/animation_simple_timeline.png" id="3_i0n0k"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_zjbbi"]
- [node name="Animation" type="Node2D"]
- script = ExtResource("1_zqpno")
- [node name="AnimTree" type="Sprite2D" parent="."]
- position = Vector2(999, 696)
- scale = Vector2(1.31201, 1.31201)
- texture = ExtResource("2_jwo4e")
- [node name="AnimTimeline" type="Sprite2D" parent="."]
- position = Vector2(1444, 156)
- scale = Vector2(1.82424, 1.82424)
- texture = ExtResource("3_i0n0k")
- [node name="Title" parent="." instance=ExtResource("3_zjbbi")]
- offset_left = 42.0
- offset_top = -10.0
- offset_right = 1092.0
- offset_bottom = 323.0
- text = "Animations
- stylées"
- horizontal_alignment = 0
|