Main.tscn 816 B

123456789101112131415161718192021222324252627282930
  1. [gd_scene load_steps=5 format=2]
  2. [ext_resource path="res://Player.gd" type="Script" id=1]
  3. [ext_resource path="res://STARS.gd" type="Script" id=2]
  4. [ext_resource path="res://Main.gd" type="Script" id=4]
  5. [ext_resource path="res://BetaIndicator.gd" type="Script" id=5]
  6. [node name="MAIN" type="Spatial"]
  7. script = ExtResource( 4 )
  8. [node name="SHIP" type="Spatial" parent="."]
  9. script = ExtResource( 1 )
  10. [node name="Camera" type="Camera" parent="SHIP"]
  11. far = 500.0
  12. [node name="STARS" type="Spatial" parent="."]
  13. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -1.98667 )
  14. script = ExtResource( 2 )
  15. [node name="Node2D" type="Node2D" parent="."]
  16. [node name="BetaIndicator" type="Label" parent="Node2D"]
  17. margin_right = 40.0
  18. margin_bottom = 14.0
  19. script = ExtResource( 5 )
  20. __meta__ = {
  21. "_edit_use_anchors_": false
  22. }