12345678910111213141516171819202122232425 |
- [gd_scene load_steps=4 format=3 uid="uid://bda3s8rk1mow7"]
- [ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_ogd06"]
- [ext_resource type="Texture2D" uid="uid://b11l43mffqbgi" path="res://slides/3/student-cartoon.svg" id="2_fu82o"]
- [sub_resource type="LabelSettings" id="LabelSettings_h822c"]
- font_size = 100
- [node name="ISF" type="Node2D"]
- script = ExtResource("1_ogd06")
- [node name="AvatarISF" type="Sprite2D" parent="."]
- position = Vector2(938, 559)
- scale = Vector2(0.765, 0.765)
- texture = ExtResource("2_fu82o")
- [node name="Title" type="Label" parent="."]
- modulate = Color(0, 0, 0, 1)
- offset_left = 741.0
- offset_top = 53.0
- offset_right = 1126.0
- offset_bottom = 193.0
- text = "ISF"
- label_settings = SubResource("LabelSettings_h822c")
- horizontal_alignment = 1
|