Endscene.tscn 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. [gd_scene load_steps=5 format=2]
  2. [ext_resource path="res://scripts/DonutSpawner.gd" type="Script" id=1]
  3. [ext_resource path="res://scripts/RotatingLabel.gd" type="Script" id=2]
  4. [ext_resource path="res://Player.tscn" type="PackedScene" id=3]
  5. [ext_resource path="res://CUBE.tscn" type="PackedScene" id=4]
  6. [node name="Endscene" type="Spatial"]
  7. [node name="TheEnd" type="Spatial" parent="."]
  8. transform = Transform( 0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0, 2.55482, 0 )
  9. script = ExtResource( 2 )
  10. text = "the end"
  11. color = Color( 0.462745, 0.462745, 0.462745, 1 )
  12. [node name="Subtitle" type="Spatial" parent="."]
  13. transform = Transform( 0.05, 0, 0, 0, 0.05, 0, 0, 0, 0.05, 0, 1.68791, 0 )
  14. script = ExtResource( 2 )
  15. text = "."
  16. color = Color( 0.462745, 0.462745, 0.462745, 1 )
  17. [node name="Player" parent="." instance=ExtResource( 3 )]
  18. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.244912, 0.5, 4.24931 )
  19. [node name="DonutSpawner" type="Spatial" parent="."]
  20. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 7.67778, 0 )
  21. script = ExtResource( 1 )
  22. [node name="OmniLight" type="OmniLight" parent="."]
  23. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.83788, 0 )
  24. light_color = Color( 1, 0.894118, 0.607843, 1 )
  25. [node name="CUBE" parent="." instance=ExtResource( 4 )]
  26. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.406144, 0 )