1234567891011121314151617181920212223242526272829303132333435 |
- [gd_scene load_steps=5 format=2]
- [ext_resource path="res://scripts/DonutSpawner.gd" type="Script" id=1]
- [ext_resource path="res://scripts/RotatingLabel.gd" type="Script" id=2]
- [ext_resource path="res://Player.tscn" type="PackedScene" id=3]
- [ext_resource path="res://CUBE.tscn" type="PackedScene" id=4]
- [node name="Endscene" type="Spatial"]
- [node name="TheEnd" type="Spatial" parent="."]
- transform = Transform( 0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0, 2.55482, 0 )
- script = ExtResource( 2 )
- text = "the end"
- color = Color( 0.462745, 0.462745, 0.462745, 1 )
- [node name="Subtitle" type="Spatial" parent="."]
- transform = Transform( 0.05, 0, 0, 0, 0.05, 0, 0, 0, 0.05, 0, 1.68791, 0 )
- script = ExtResource( 2 )
- text = "."
- color = Color( 0.462745, 0.462745, 0.462745, 1 )
- [node name="Player" parent="." instance=ExtResource( 3 )]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.244912, 0.5, 4.24931 )
- [node name="DonutSpawner" type="Spatial" parent="."]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 7.67778, 0 )
- script = ExtResource( 1 )
- [node name="OmniLight" type="OmniLight" parent="."]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.83788, 0 )
- light_color = Color( 1, 0.894118, 0.607843, 1 )
- [node name="CUBE" parent="." instance=ExtResource( 4 )]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.406144, 0 )
|