12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- [gd_scene load_steps=11 format=3 uid="uid://1kpwp5m83dfo"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_00r7d"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="2_hqbyf"]
- [ext_resource type="Texture2D" uid="uid://dsqqqx47mwkon" path="res://slides/210/CollisionShape2D.svg" id="3_ymsrw"]
- [ext_resource type="Texture2D" uid="uid://bbu6a4bs2oun1" path="res://slides/210/CollisionShape3D.svg" id="4_sjxai"]
- [ext_resource type="Texture2D" uid="uid://br0dma03alg1o" path="res://slides/210/icons8-96-html-5.png" id="5_vovoq"]
- [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"]
- script = ExtResource("1_00r7d")
- [node name="Title" parent="." instance=ExtResource("2_hqbyf")]
- offset_left = 41.0
- offset_top = 28.0
- offset_right = 1800.0
- offset_bottom = 196.0
- text = "Polyvalence"
- [node name="2D" type="Sprite2D" parent="."]
- position = Vector2(371, 372)
- scale = Vector2(2, 2)
- texture = ExtResource("3_ymsrw")
- [node name="3D" type="Sprite2D" parent="."]
- position = Vector2(644, 361)
- scale = Vector2(2, 2)
- texture = ExtResource("4_sjxai")
- [node name="PlatformWeb" type="Sprite2D" parent="."]
- position = Vector2(359, 862)
- scale = Vector2(2, 2)
- texture = ExtResource("5_vovoq")
- [node name="PlatformAndroid" type="Sprite2D" parent="."]
- position = Vector2(639, 859)
- scale = Vector2(2, 2)
- texture = ExtResource("6_51p1w")
- [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)
- texture = ExtResource("8_copcy")
- [node name="VR" type="Sprite2D" parent="."]
- position = Vector2(1637, 862)
- scale = Vector2(2, 2)
- texture = ExtResource("9_w4fc8")
|