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