Browse Source

:sparkles: Create placeholders for ids

DricomDragon 2 years ago
parent
commit
2ff6f5aed7
1 changed files with 6 additions and 6 deletions
  1. 6 6
      godot/slides/template/TEMPLATE_NAME.tscn

+ 6 - 6
godot/slides/template/TEMPLATE_NAME.tscn

@@ -1,18 +1,18 @@
 [gd_scene load_steps=4 format=3 uid="uid://dfe2r0hb6nayr"]
 
-[ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_atfww"]
-[ext_resource type="Texture2D" uid="uid://jjrdfilvox4o" path="res://icon.svg" id="2_blvgb"]
-[ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_ceht7"]
+[ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_aaaaa"]
+[ext_resource type="Texture2D" uid="uid://jjrdfilvox4o" path="res://icon.svg" id="2_bbbbb"]
+[ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_ccccc"]
 
 [node name="TEMPLATE_NAME" type="Node2D"]
-script = ExtResource("1_atfww")
+script = ExtResource("1_aaaaa")
 
 [node name="Sprite2D" type="Sprite2D" parent="."]
 position = Vector2(933, 546)
 scale = Vector2(2, 2)
-texture = ExtResource("2_blvgb")
+texture = ExtResource("2_bbbbb")
 
-[node name="Title" parent="." instance=ExtResource("3_ceht7")]
+[node name="Title" parent="." instance=ExtResource("3_ccccc")]
 offset_left = 85.0
 offset_top = 26.0
 offset_right = 1847.0