|
@@ -3,12 +3,37 @@
|
|
[ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_srvlz"]
|
|
[ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_srvlz"]
|
|
[ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_gddvr"]
|
|
[ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_gddvr"]
|
|
[ext_resource type="Texture2D" uid="uid://dpbx5ghf6g5hr" path="res://slides/271/int.svg" id="4_i2xvr"]
|
|
[ext_resource type="Texture2D" uid="uid://dpbx5ghf6g5hr" path="res://slides/271/int.svg" id="4_i2xvr"]
|
|
-[ext_resource type="PackedScene" uid="uid://dogtm6fdbp3wl" path="res://common/components/gdedit/GdScriptEdit.tscn" id="4_uneks"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bpjnbtydn70jj" path="res://slides/271/float.svg" id="5_d7ofb"]
|
|
[ext_resource type="Texture2D" uid="uid://bpjnbtydn70jj" path="res://slides/271/float.svg" id="5_d7ofb"]
|
|
[ext_resource type="Texture2D" uid="uid://bevxu72q6gx6o" path="res://slides/271/bool.svg" id="6_srauc"]
|
|
[ext_resource type="Texture2D" uid="uid://bevxu72q6gx6o" path="res://slides/271/bool.svg" id="6_srauc"]
|
|
[ext_resource type="Texture2D" uid="uid://dwlepb4saped1" path="res://slides/271/String.svg" id="7_6fbij"]
|
|
[ext_resource type="Texture2D" uid="uid://dwlepb4saped1" path="res://slides/271/String.svg" id="7_6fbij"]
|
|
[ext_resource type="Texture2D" uid="uid://by4l3q5rij0pt" path="res://slides/271/PackedStringArray.svg" id="8_ceq0u"]
|
|
[ext_resource type="Texture2D" uid="uid://by4l3q5rij0pt" path="res://slides/271/PackedStringArray.svg" id="8_ceq0u"]
|
|
|
|
|
|
|
|
+[sub_resource type="CodeHighlighter" id="CodeHighlighter_2654d"]
|
|
|
|
+number_color = Color(0.803922, 0, 0.803922, 1)
|
|
|
|
+symbol_color = Color(0, 0, 1, 1)
|
|
|
|
+function_color = Color(0, 0.615686, 0, 1)
|
|
|
|
+member_variable_color = Color(0.8, 0.5, 0, 1)
|
|
|
|
+keyword_colors = {
|
|
|
|
+"InputEvent": Color(0, 0.4, 0, 1),
|
|
|
|
+"RigidBody2D": Color(0, 0.4, 0, 1),
|
|
|
|
+"String": Color(0, 0.4, 0, 1),
|
|
|
|
+"Vector2": Color(0, 0.4, 0, 1),
|
|
|
|
+"and": Color(1, 0, 0, 1),
|
|
|
|
+"bool": Color(1, 0, 0, 1),
|
|
|
|
+"class": Color(1, 0, 0, 1),
|
|
|
|
+"class_name": Color(1, 0, 0, 1),
|
|
|
|
+"extends": Color(1, 0, 0, 1),
|
|
|
|
+"float": Color(1, 0, 0, 1),
|
|
|
|
+"for": Color(1, 0, 0, 1),
|
|
|
|
+"func": Color(1, 0, 0, 1),
|
|
|
|
+"if": Color(1, 0, 0, 1),
|
|
|
|
+"in": Color(1, 0, 0, 1),
|
|
|
|
+"int": Color(1, 0, 0, 1),
|
|
|
|
+"return": Color(1, 0, 0, 1),
|
|
|
|
+"signal": Color(1, 0, 0, 1),
|
|
|
|
+"var": Color(1, 0, 0, 1)
|
|
|
|
+}
|
|
|
|
+
|
|
[node name="ScriptVar" type="Node2D"]
|
|
[node name="ScriptVar" type="Node2D"]
|
|
script = ExtResource("1_srvlz")
|
|
script = ExtResource("1_srvlz")
|
|
|
|
|
|
@@ -19,13 +44,21 @@ offset_right = 1847.0
|
|
offset_bottom = 194.0
|
|
offset_bottom = 194.0
|
|
text = "Les variables"
|
|
text = "Les variables"
|
|
|
|
|
|
-[node name="GdScriptEdit" parent="." instance=ExtResource("4_uneks")]
|
|
|
|
|
|
+[node name="GdScriptEdit" type="CodeEdit" parent="."]
|
|
offset_left = 49.0
|
|
offset_left = 49.0
|
|
offset_top = 406.0
|
|
offset_top = 406.0
|
|
offset_right = 1837.0
|
|
offset_right = 1837.0
|
|
offset_bottom = 1063.0
|
|
offset_bottom = 1063.0
|
|
|
|
+theme_override_colors/background_color = Color(1, 1, 1, 1)
|
|
|
|
+theme_override_colors/font_color = Color(0, 0, 0, 1)
|
|
|
|
+theme_override_font_sizes/font_size = 46
|
|
text = "var penguin_speed: float = 50.0
|
|
text = "var penguin_speed: float = 50.0
|
|
penguin_speed = penguin_speed + 5"
|
|
penguin_speed = penguin_speed + 5"
|
|
|
|
+deselect_on_focus_loss_enabled = false
|
|
|
|
+virtual_keyboard_enabled = false
|
|
|
|
+syntax_highlighter = SubResource("CodeHighlighter_2654d")
|
|
|
|
+gutters_draw_line_numbers = true
|
|
|
|
+indent_use_spaces = true
|
|
|
|
|
|
[node name="Int" type="Sprite2D" parent="."]
|
|
[node name="Int" type="Sprite2D" parent="."]
|
|
position = Vector2(187, 283)
|
|
position = Vector2(187, 283)
|