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