Entrance.tscn 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. [gd_scene load_steps=6 format=2]
  2. [ext_resource path="res://nwj_start_bg.png" type="Texture" id=1]
  3. [ext_resource path="res://nwj_start_fg.png" type="Texture" id=2]
  4. [ext_resource path="res://scripts/Entrance.gd" type="Script" id=3]
  5. [ext_resource path="res://scripts/Floating_FG.gd" type="Script" id=4]
  6. [ext_resource path="res://scripts/Fader.gd" type="Script" id=9]
  7. [node name="MAIN" type="Node2D"]
  8. script = ExtResource( 3 )
  9. [node name="BG" type="TextureRect" parent="."]
  10. margin_right = 1024.0
  11. margin_bottom = 600.0
  12. texture = ExtResource( 1 )
  13. __meta__ = {
  14. "_edit_use_anchors_": false
  15. }
  16. [node name="FG" type="TextureRect" parent="."]
  17. margin_right = 1024.0
  18. margin_bottom = 600.0
  19. texture = ExtResource( 2 )
  20. script = ExtResource( 4 )
  21. __meta__ = {
  22. "_edit_use_anchors_": false
  23. }
  24. [node name="MASTER_FADER" type="Polygon2D" parent="."]
  25. visible = false
  26. z_index = 20
  27. z_as_relative = false
  28. color = Color( 0, 0, 0, 1 )
  29. 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 )
  30. script = ExtResource( 9 )