GameEngine.tscn 630 B

123456789101112131415
  1. [gd_scene load_steps=3 format=3 uid="uid://b0o1mk7jvmep"]
  2. [ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_xtfww"]
  3. [ext_resource type="Texture2D" uid="uid://dgwc3gat8vfjh" path="res://slides/11/godot_icon_eye_notified.svg" id="2_rhoon"]
  4. [node name="FindingGameEngine" type="Node2D"]
  5. script = ExtResource("1_xtfww")
  6. [node name="Sprite2D" type="Sprite2D" parent="."]
  7. position = Vector2(933, 546)
  8. scale = Vector2(1.75403, 1.75403)
  9. texture = ExtResource("2_rhoon")
  10. metadata/Credit = "Néd J"
  11. metadata/Source = "https://opengameart.org/content/mascots-and-friends-iconset-1"
  12. metadata/License = "CC BY-SA 4.0"