From 67a343e6f7a956b3d0cf8a4438cc5e8a90a2833e Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Tue, 16 Jul 2024 22:58:49 +0100 Subject: [PATCH] Sort of better galaxy map layout --- galaxy/star_system/star_systems/alpha_centauri.tres | 4 ++-- galaxy/star_system/star_systems/barnard's_star.tres | 2 +- galaxy/star_system/star_systems/sirius.tres | 4 ++-- galaxy/star_system/star_systems/sol.tres | 2 +- galaxy/star_system/star_systems/wolf_359.tres | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/galaxy/star_system/star_systems/alpha_centauri.tres b/galaxy/star_system/star_systems/alpha_centauri.tres index 53672903..efcc87a8 100644 --- a/galaxy/star_system/star_systems/alpha_centauri.tres +++ b/galaxy/star_system/star_systems/alpha_centauri.tres @@ -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" diff --git a/galaxy/star_system/star_systems/barnard's_star.tres b/galaxy/star_system/star_systems/barnard's_star.tres index 2b032970..c6213ca2 100644 --- a/galaxy/star_system/star_systems/barnard's_star.tres +++ b/galaxy/star_system/star_systems/barnard's_star.tres @@ -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" diff --git a/galaxy/star_system/star_systems/sirius.tres b/galaxy/star_system/star_systems/sirius.tres index 7445b9c3..dd447b6c 100644 --- a/galaxy/star_system/star_systems/sirius.tres +++ b/galaxy/star_system/star_systems/sirius.tres @@ -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" diff --git a/galaxy/star_system/star_systems/sol.tres b/galaxy/star_system/star_systems/sol.tres index 43171399..bd1739d1 100644 --- a/galaxy/star_system/star_systems/sol.tres +++ b/galaxy/star_system/star_systems/sol.tres @@ -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" diff --git a/galaxy/star_system/star_systems/wolf_359.tres b/galaxy/star_system/star_systems/wolf_359.tres index a20b1984..38a2a75c 100644 --- a/galaxy/star_system/star_systems/wolf_359.tres +++ b/galaxy/star_system/star_systems/wolf_359.tres @@ -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"