Skip to content

Commit

Permalink
Sort of better galaxy map layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Jul 16, 2024
1 parent 7e30e5b commit 67a343e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions galaxy/star_system/star_systems/alpha_centauri.tres
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
[resource]
script = ExtResource("1_un4y1")
name = &"Alpha Centauri"
connections = Array[StringName]([&"Sol", &"Sirius"])
position = Vector3(2.5, 0.2, -3.7)
connections = Array[StringName]([&"Sol", &"Wolf 359"])
position = Vector3(-1.5, 0.2, -2.3)
scene_path = "res://galaxy/star_system/scenes/alpha_centauri.tscn"
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 @@ -6,5 +6,5 @@
script = ExtResource("1_bblmw")
name = &"Barnard\'s Star"
connections = Array[StringName]([&"Sol"])
position = Vector3(3, 2.08165e-12, 3)
position = Vector3(-3, 2.08165e-12, 2.08165e-12)
scene_path = "res://galaxy/star_system/scenes/barnard's_star.tscn"
4 changes: 2 additions & 2 deletions galaxy/star_system/star_systems/sirius.tres
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
[resource]
script = ExtResource("1_78j6h")
name = &"Sirius"
connections = Array[StringName]([&"Wolf 359", &"Alpha Centauri"])
position = Vector3(1.5, -0.5, -6)
connections = Array[StringName]([&"Wolf 359", &"Sol"])
position = Vector3(4, -0.5, -1)
scene_path = "res://galaxy/star_system/scenes/sirius.tscn"
2 changes: 1 addition & 1 deletion galaxy/star_system/star_systems/sol.tres
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
[resource]
script = ExtResource("1_ewhsc")
name = &"Sol"
connections = Array[StringName]([&"Alpha Centauri", &"Barnard\'s Star", &"Wolf 359"])
connections = Array[StringName]([&"Alpha Centauri", &"Barnard\'s Star", &"Sirius"])
position = Vector3(0, 0, 0)
scene_path = "res://galaxy/star_system/scenes/sol.tscn"
4 changes: 2 additions & 2 deletions galaxy/star_system/star_systems/wolf_359.tres
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
[resource]
script = ExtResource("1_go4uk")
name = &"Wolf 359"
connections = Array[StringName]([&"Sol", &"Sirius"])
position = Vector3(-2, 2.08165e-12, -2)
connections = Array[StringName]([&"Alpha Centauri", &"Sirius"])
position = Vector3(1, 2.08165e-12, -5)
scene_path = "res://galaxy/star_system/scenes/wolf_359.tscn"

0 comments on commit 67a343e

Please sign in to comment.