Quellcode durchsuchen

:wrench: Add a slide template

DricomDragon vor 2 Jahren
Ursprung
Commit
f814f872a7
1 geänderte Dateien mit 20 neuen und 0 gelöschten Zeilen
  1. 20 0
      godot/slides/template/TEMPLATE_NAME.tscn

+ 20 - 0
godot/slides/template/TEMPLATE_NAME.tscn

@@ -0,0 +1,20 @@
+[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"]
+
+[node name="TEMPLATE_NAME" type="Node2D"]
+script = ExtResource("1_atfww")
+
+[node name="Sprite2D" type="Sprite2D" parent="."]
+position = Vector2(933, 546)
+scale = Vector2(2, 2)
+texture = ExtResource("2_blvgb")
+
+[node name="Title" parent="." instance=ExtResource("3_ceht7")]
+offset_left = 85.0
+offset_top = 26.0
+offset_right = 1847.0
+offset_bottom = 194.0
+text = "TEMPLATE_TITLE"