123456789101112131415161718192021222324252627282930 |
- [gd_scene load_steps=5 format=2]
- [ext_resource path="res://Player.gd" type="Script" id=1]
- [ext_resource path="res://STARS.gd" type="Script" id=2]
- [ext_resource path="res://Main.gd" type="Script" id=4]
- [ext_resource path="res://BetaIndicator.gd" type="Script" id=5]
- [node name="MAIN" type="Spatial"]
- script = ExtResource( 4 )
- [node name="SHIP" type="Spatial" parent="."]
- script = ExtResource( 1 )
- [node name="Camera" type="Camera" parent="SHIP"]
- far = 500.0
- [node name="STARS" type="Spatial" parent="."]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -1.98667 )
- script = ExtResource( 2 )
- [node name="Node2D" type="Node2D" parent="."]
- [node name="BetaIndicator" type="Label" parent="Node2D"]
- margin_right = 40.0
- margin_bottom = 14.0
- script = ExtResource( 5 )
- __meta__ = {
- "_edit_use_anchors_": false
- }
|