END5.tscn 370 B

123456789101112
  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://Endscene.tscn" type="PackedScene" id=1]
  3. [ext_resource path="res://scripts/END.gd" type="Script" id=2]
  4. [node name="MAIN" type="Spatial"]
  5. transform = Transform( 0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0, 0, 0 )
  6. script = ExtResource( 2 )
  7. ending_name = "dna"
  8. [node name="Endscene" parent="." instance=ExtResource( 1 )]