123456789101112131415161718192021222324252627282930313233 |
- [gd_scene load_steps=6 format=3 uid="uid://bjxkorqrxevts"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_bwsrr"]
- [ext_resource type="Texture2D" uid="uid://k5tplq1vpo0q" path="res://slides/263/PackedScene.svg" id="3_27e2j"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_rxxfk"]
- [ext_resource type="Texture2D" uid="uid://clc1stoxtccla" path="res://slides/263/editor_gd3_multi_scene_instanciation.png" id="4_r6xel"]
- [ext_resource type="Texture2D" uid="uid://cb5eojr67igfv" path="res://slides/263/editor_gd3_node_tree_physics_ball_with_icons.png" id="5_vl6at"]
- [node name="NodeGroups" type="Node2D"]
- script = ExtResource("1_bwsrr")
- [node name="Title" parent="." instance=ExtResource("3_rxxfk")]
- offset_left = 85.0
- offset_top = 26.0
- offset_right = 1847.0
- offset_bottom = 194.0
- text = "En scène !"
- [node name="SceneIcon" type="Sprite2D" parent="."]
- modulate = Color(0, 0, 0, 1)
- position = Vector2(1495, 452)
- scale = Vector2(2, 2)
- texture = ExtResource("3_27e2j")
- [node name="Parent" type="Sprite2D" parent="."]
- position = Vector2(613, 506)
- scale = Vector2(2, 2)
- texture = ExtResource("4_r6xel")
- [node name="Scene" type="Sprite2D" parent="."]
- position = Vector2(1592, 896)
- scale = Vector2(3, 3)
- texture = ExtResource("5_vl6at")
|