1234567891011121314151617181920212223 |
- [gd_scene load_steps=4 format=3 uid="uid://c0anytjra4evq"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_ndo0m"]
- [ext_resource type="Texture2D" uid="uid://b6ll7a4dkwtls" path="res://slides/212/ScriptCreate.svg" id="2_o4g2l"]
- [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="3_lof5q"]
- [node name="Langs" type="Node2D"]
- script = ExtResource("1_ndo0m")
- [node name="LanguagesIcon" type="Sprite2D" parent="."]
- position = Vector2(1283, 476.25)
- scale = Vector2(2.5, 2.5)
- texture = ExtResource("2_o4g2l")
- [node name="LanguagesLabel" parent="." instance=ExtResource("3_lof5q")]
- offset_left = 1452.0
- offset_top = 309.0
- offset_right = 1853.0
- offset_bottom = 648.0
- text = "GDScript
- C#
- C++"
- horizontal_alignment = 0
|