Script.tscn 753 B

1234567891011121314151617181920
  1. [gd_scene load_steps=4 format=3 uid="uid://bg107golvn8m"]
  2. [ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_jfkvu"]
  3. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="2_n0h0e"]
  4. [ext_resource type="Texture2D" uid="uid://bh3ocdir68w26" path="res://slides/270/godot_icon_script_multicolor.svg" id="3_vikck"]
  5. [node name="Script" type="Node2D"]
  6. script = ExtResource("1_jfkvu")
  7. [node name="Title" parent="." instance=ExtResource("2_n0h0e")]
  8. offset_left = 41.0
  9. offset_top = 28.0
  10. offset_right = 1800.0
  11. offset_bottom = 196.0
  12. text = "Scripts"
  13. [node name="Sprite2D" type="Sprite2D" parent="."]
  14. position = Vector2(916, 633)
  15. scale = Vector2(4, 4)
  16. texture = ExtResource("3_vikck")