Parcourir la source

:memo: Write down the available languages

People don't know how to write 'gdscript' until it's written.
DricomDragon il y a 2 ans
Parent
commit
7469952186
1 fichiers modifiés avec 14 ajouts et 3 suppressions
  1. 14 3
      godot/slides/210/Versatility.tscn

+ 14 - 3
godot/slides/210/Versatility.tscn

@@ -1,4 +1,4 @@
-[gd_scene load_steps=10 format=3 uid="uid://1kpwp5m83dfo"]
+[gd_scene load_steps=11 format=3 uid="uid://1kpwp5m83dfo"]
 
 [ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_00r7d"]
 [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="2_hqbyf"]
@@ -8,6 +8,7 @@
 [ext_resource type="Texture2D" uid="uid://bimohy8re7v0s" path="res://slides/210/icons8-android-os-filled-100.png" id="6_51p1w"]
 [ext_resource type="Texture2D" uid="uid://b6ll7a4dkwtls" path="res://slides/210/ScriptCreate.svg" id="7_73dp8"]
 [ext_resource type="Texture2D" uid="uid://7qv3x2cxl08c" path="res://slides/210/SubViewport.svg" id="8_copcy"]
+[ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="8_v1upm"]
 [ext_resource type="Texture2D" uid="uid://utt8neoxiqu8" path="res://slides/210/XRController3D.svg" id="9_w4fc8"]
 
 [node name="Versatility" type="Node2D"]
@@ -40,11 +41,21 @@ position = Vector2(639, 859)
 scale = Vector2(2, 2)
 texture = ExtResource("6_51p1w")
 
-[node name="Languages" type="Sprite2D" parent="."]
-position = Vector2(1439, 384)
+[node name="LanguagesIcon" type="Sprite2D" parent="."]
+position = Vector2(1283, 381)
 scale = Vector2(2, 2)
 texture = ExtResource("7_73dp8")
 
+[node name="LanguagesLabel" parent="." instance=ExtResource("8_v1upm")]
+offset_left = 1427.0
+offset_top = 208.0
+offset_right = 1828.0
+offset_bottom = 547.0
+text = "gdscript
+C#
+C++"
+horizontal_alignment = 0
+
 [node name="Windows" type="Sprite2D" parent="."]
 position = Vector2(1267, 856)
 scale = Vector2(2, 2)