MyPlugin.tscn 525 B

1234567891011121314
  1. [gd_scene load_steps=3 format=3 uid="uid://bjtiwlal1u37a"]
  2. [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_vgauz"]
  3. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_llrnt"]
  4. [node name="MyPlugin" type="Node2D"]
  5. script = ExtResource("1_vgauz")
  6. [node name="Title" parent="." instance=ExtResource("3_llrnt")]
  7. offset_left = 85.0
  8. offset_top = 26.0
  9. offset_right = 1222.0
  10. offset_bottom = 194.0
  11. text = "J'ai fait un plugin !"