Skip to content

Commit

Permalink
Add a connection between Barnard's Star and Zephyria
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Sep 22, 2024
1 parent b34e0ec commit 6e1d721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion galaxy/star_system/star_systems/barnard's_star.tres
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[resource]
script = ExtResource("1_bblmw")
name = &"Barnard\'s Star"
connections = Array[StringName]([&"Sol", &"Helios", &"Tau Ceti"])
connections = Array[StringName]([&"Sol", &"Helios", &"Tau Ceti", &"Zephyria"])
position = Vector3(-3, 2.08165e-12, 2.08165e-12)
scene_path = "res://galaxy/star_system/scenes/barnard's_star.tscn"
ports = Array[Resource("res://galaxy/port/port.gd")]([])
Expand Down
2 changes: 1 addition & 1 deletion galaxy/star_system/star_systems/zephyria.tres
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ExtResource("3_8a2sl"): 0.14
[resource]
script = ExtResource("1_psxkv")
name = &"Zephyria"
connections = Array[StringName]([&"Alpha Centauri", &"Nova Lumina"])
connections = Array[StringName]([&"Alpha Centauri", &"Nova Lumina", &"Barnard\'s Star"])
position = Vector3(-2.7, 0.5, -3)
scene_path = "res://galaxy/star_system/scenes/zephyria.tscn"
ports = Array[Resource("res://galaxy/port/port.gd")]([ExtResource("6_jhedg")])
Expand Down

0 comments on commit 6e1d721

Please sign in to comment.