show_reel.tscn 803 B

12345678910111213141516171819202122
  1. [gd_scene load_steps=4 format=3 uid="uid://bprjwsnhrfkj6"]
  2. [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_yf0ck"]
  3. [ext_resource type="Texture2D" uid="uid://d2b4bkdlgqwi4" path="res://slides/375/showreel_godot_linux_1.png" id="2_n63tt"]
  4. [ext_resource type="Texture2D" uid="uid://c0ymlukoimjw2" path="res://slides/375/showreel_godot_linux_2.png" id="3_xa7pw"]
  5. [node name="ShowReel" type="Node2D"]
  6. script = ExtResource("1_yf0ck")
  7. [node name="Page1" type="TextureRect" parent="."]
  8. offset_left = 161.0
  9. offset_top = 9.0
  10. offset_right = 939.0
  11. offset_bottom = 1084.0
  12. texture = ExtResource("2_n63tt")
  13. [node name="Page2" type="TextureRect" parent="."]
  14. offset_left = 938.0
  15. offset_top = 6.0
  16. offset_right = 1705.0
  17. offset_bottom = 1065.0
  18. texture = ExtResource("3_xa7pw")