END.tscn 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. [gd_scene load_steps=7 format=2]
  2. [ext_resource path="res://nwj_start_whole.png" type="Texture" id=1]
  3. [ext_resource path="res://end_screen_fg.png" type="Texture" id=2]
  4. [ext_resource path="res://scripts/END.gd" type="Script" id=3]
  5. [ext_resource path="res://scripts/Floating_FG.gd" type="Script" id=4]
  6. [ext_resource path="res://end_screen_bg.png" type="Texture" id=5]
  7. [ext_resource path="res://scripts/Fader.gd" type="Script" id=9]
  8. [node name="MAIN" type="Node2D"]
  9. script = ExtResource( 3 )
  10. [node name="BG" type="TextureRect" parent="."]
  11. margin_right = 1024.0
  12. margin_bottom = 600.0
  13. texture = ExtResource( 5 )
  14. __meta__ = {
  15. "_edit_use_anchors_": false
  16. }
  17. [node name="FG" type="TextureRect" parent="."]
  18. margin_right = 1024.0
  19. margin_bottom = 600.0
  20. texture = ExtResource( 2 )
  21. script = ExtResource( 4 )
  22. __meta__ = {
  23. "_edit_use_anchors_": false
  24. }
  25. [node name="BG2" type="TextureRect" parent="."]
  26. visible = false
  27. margin_right = 1024.0
  28. margin_bottom = 600.0
  29. texture = ExtResource( 1 )
  30. __meta__ = {
  31. "_edit_use_anchors_": false
  32. }
  33. [node name="MASTER_FADER" type="Polygon2D" parent="."]
  34. visible = false
  35. z_index = 20
  36. z_as_relative = false
  37. color = Color( 0, 0, 0, 1 )
  38. polygon = PoolVector2Array( -115.294, 60.7343, 15.706, -48.2657, 670.706, -59.2657, 1076.23, -23.2657, 1144.23, 442.734, 964.229, 761.09, -55.3158, 726.09 )
  39. script = ExtResource( 9 )