freddy.tscn 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. [gd_scene load_steps=5 format=3 uid="uid://ce3214ghee1bb"]
  2. [ext_resource type="Script" uid="uid://cl4ot7wgv1l0e" path="res://Scripts/Misc/freddy.gd" id="1"]
  3. [ext_resource type="PackedScene" uid="uid://cjrl3cgbr8py5" path="res://Scenes/death_screen.tscn" id="2"]
  4. [ext_resource type="VideoStream" uid="uid://buyywr307t70u" path="res://Misc/freddy.ogv" id="3"]
  5. [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_yvplo"]
  6. bg_color = Color(0, 0, 0, 1)
  7. [node name="freddy" type="Control"]
  8. layout_mode = 3
  9. anchors_preset = 15
  10. anchor_right = 1.0
  11. anchor_bottom = 1.0
  12. grow_horizontal = 2
  13. grow_vertical = 2
  14. script = ExtResource("1")
  15. [node name="Death Screen" parent="." instance=ExtResource("2")]
  16. visible = false
  17. layout_mode = 0
  18. anchors_preset = 0
  19. anchor_right = 0.0
  20. anchor_bottom = 0.0
  21. grow_horizontal = 1
  22. grow_vertical = 1
  23. [node name="Video" type="VideoStreamPlayer" parent="."]
  24. z_index = 100
  25. layout_mode = 1
  26. offset_right = 912.0
  27. offset_bottom = 800.0
  28. scale = Vector2(0.5, 0.5)
  29. stream = ExtResource("3")
  30. [node name="Panel" type="Panel" parent="."]
  31. z_index = -100
  32. layout_mode = 1
  33. anchors_preset = 15
  34. anchor_right = 1.0
  35. anchor_bottom = 1.0
  36. grow_horizontal = 2
  37. grow_vertical = 2
  38. theme_override_styles/panel = SubResource("StyleBoxFlat_yvplo")