32 lines
1.5 KiB
Text
32 lines
1.5 KiB
Text
[gd_scene load_steps=6 format=3 uid="uid://crneq2enhxsw5"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bsnrcw64qr2hr" path="res://scenes/Star Systems/star_system_template.tscn" id="1_2ai1l"]
|
|
[ext_resource type="PackedScene" uid="uid://dk3nvl8f0v24e" path="res://scenes/base_template.tscn" id="3_m5ica"]
|
|
[ext_resource type="PackedScene" uid="uid://pev6k21vqaem" path="res://scenes/Ships/NPC Ships/kamikaze_ship.tscn" id="4_i6rbg"]
|
|
[ext_resource type="PackedScene" uid="uid://yso8f0y5kg50" path="res://scenes/Ships/NPC Ships/shooter_ship.tscn" id="5_o3ny8"]
|
|
[ext_resource type="PackedScene" uid="uid://dok3i8u5t1ka4" path="res://scenes/Ships/player_ship.tscn" id="7_jyplv"]
|
|
|
|
[node name="StarSystem" instance=ExtResource("1_2ai1l")]
|
|
width = 16384
|
|
height = 16384
|
|
|
|
[node name="Stars" parent="." index="0"]
|
|
scroll_offset = Vector2(681.667, 317.783)
|
|
stars_amount = 4000
|
|
|
|
[node name="Nebula" parent="Background" index="0" node_paths=PackedStringArray("tracked_node")]
|
|
tracked_node = NodePath("../../FactionPlayer/PlayerShip")
|
|
color_background = Color(0.276474, 0.0962249, 0.200656, 1)
|
|
|
|
[node name="PlayerShip" parent="FactionPlayer" index="0" instance=ExtResource("7_jyplv")]
|
|
process_mode = 0
|
|
position = Vector2(19, 10)
|
|
|
|
[node name="Base" parent="FactionPeaceful" index="0" instance=ExtResource("3_m5ica")]
|
|
position = Vector2(7171, -28)
|
|
|
|
[node name="KamikazeShip" parent="FactionAggressive" index="0" instance=ExtResource("4_i6rbg")]
|
|
position = Vector2(-444, -228)
|
|
|
|
[node name="ShooterShip" parent="FactionAggressive" index="1" instance=ExtResource("5_o3ny8")]
|
|
position = Vector2(204, 491)
|