Deprecation.tscn 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. [gd_scene load_steps=5 format=3 uid="uid://cc1o82x2ifg1w"]
  2. [ext_resource type="Script" uid="uid://dujtdgtfgki4c" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_xftop"]
  3. [ext_resource type="Texture2D" uid="uid://bwsu70io6ov03" path="res://slides/11/old_opengl3_arena_screenshot.png" id="2_1qyle"]
  4. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_eapft"]
  5. [sub_resource type="CodeHighlighter" id="CodeHighlighter_gbbfm"]
  6. number_color = Color(0.803922, 0, 0.803922, 1)
  7. symbol_color = Color(0, 0, 1, 1)
  8. function_color = Color(0, 0.615686, 0, 1)
  9. member_variable_color = Color(0.8, 0.5, 0, 1)
  10. keyword_colors = {
  11. "InputEvent": Color(0, 0.4, 0, 1),
  12. "RigidBody2D": Color(0, 0.4, 0, 1),
  13. "String": Color(0, 0.4, 0, 1),
  14. "Vector2": Color(0, 0.4, 0, 1),
  15. "and": Color(1, 0, 0, 1),
  16. "bool": Color(1, 0, 0, 1),
  17. "class": Color(1, 0, 0, 1),
  18. "class_name": Color(1, 0, 0, 1),
  19. "extends": Color(1, 0, 0, 1),
  20. "float": Color(1, 0, 0, 1),
  21. "for": Color(1, 0, 0, 1),
  22. "func": Color(1, 0, 0, 1),
  23. "if": Color(1, 0, 0, 1),
  24. "in": Color(1, 0, 0, 1),
  25. "int": Color(1, 0, 0, 1),
  26. "return": Color(1, 0, 0, 1),
  27. "signal": Color(1, 0, 0, 1),
  28. "var": Color(1, 0, 0, 1)
  29. }
  30. [node name="Deprecation" type="Node2D"]
  31. script = ExtResource("1_xftop")
  32. [node name="Title" parent="." instance=ExtResource("3_eapft")]
  33. offset_left = 484.0
  34. offset_top = -18.0
  35. offset_right = 1434.0
  36. offset_bottom = 150.0
  37. text = "Marche plus :-("
  38. [node name="GdScriptEdit" type="CodeEdit" parent="."]
  39. offset_left = 10.0
  40. offset_top = 146.0
  41. offset_right = 1735.0
  42. offset_bottom = 868.0
  43. theme_override_colors/background_color = Color(1, 1, 1, 1)
  44. theme_override_colors/font_color = Color(0, 0, 0, 1)
  45. theme_override_font_sizes/font_size = 46
  46. text = "make exec
  47. g++ -o Texture.o -c Texture.cpp
  48. In file included from Texture.cpp:1:
  49. Texture.h:18:10: fatal error: SDL2/SDL_image.h: No such file or directory
  50. 18 | #include <SDL2/SDL_image.h>
  51. | ^~~~~~~~~~~~~~~~~~
  52. compilation terminated.
  53. make: *** [makefile:16: Texture.o]
  54. Error 1
  55. "
  56. deselect_on_focus_loss_enabled = false
  57. virtual_keyboard_enabled = false
  58. syntax_highlighter = SubResource("CodeHighlighter_gbbfm")
  59. indent_use_spaces = true
  60. [node name="Sprite2D" type="Sprite2D" parent="."]
  61. position = Vector2(1381, 827)
  62. texture = ExtResource("2_1qyle")