From d93da738ce01cdab35e6a50c7f1eceadfb08d406 Mon Sep 17 00:00:00 2001 From: ghostly_zsh Date: Tue, 8 Jul 2025 12:32:43 -0500 Subject: [PATCH] planet positions and gravity changed --- crates/unified/assets/config/planets.pc.toml | 40 ++++++++++---------- crates/unified/assets/config/world.wc.toml | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/crates/unified/assets/config/planets.pc.toml b/crates/unified/assets/config/planets.pc.toml index 9a39aa5bf0e247131cd30d073f77640e9429f418..75dbb8b5bdac1a050970f4407e1bc88176475e2e 100644 --- a/crates/unified/assets/config/planets.pc.toml +++ b/crates/unified/assets/config/planets.pc.toml @@ -2,7 +2,7 @@ name = "Sun" sprite = "textures/sun.png" radius = 20_000.0 # m -mass = 16_000_000.0 # kg +mass = 16_000_000_000.0 # kg default_transform = [0.0, 0.0, 0.0] special_sprite_properties = { ForceColor = { Oklcha = { lightness = 10.0, chroma = 0.058, hue = 104.26, alpha = 1.0 } } } @@ -10,14 +10,14 @@ special_sprite_properties = { ForceColor = { Oklcha = { lightness = 10.0, chroma name = "Mercury" sprite = "textures/mercury_NEEDS_4_1_1.png" radius = 333.33 # m -mass = 246.669_133_339 # kg +mass = 205_000.0 # kg default_transform = [116_129.4, 0.0, 0.0] [[planets]] name = "Venus" sprite = "textures/venus.png" radius = 949.9 # m -mass = 8_166.826_315 # kg +mass = 806_166.0 # kg default_transform = [216_999.6, 0.0, 0.0] [[planets]] @@ -25,7 +25,7 @@ name = "Earth" sprite = "textures/earth.png" indicator_sprite = "textures/earth_icon.png" radius = 1000.0 # m -mass = 10_000.0 # kg +mass = 4_900_000.0 # kg default_transform = [300_000.0, 0.0, 0.0] [[planets]] @@ -33,48 +33,48 @@ name = "Moon" sprite = "textures/moon.png" indicator_sprite = "textures/moon_icon.png" radius = 272.7 # m -mass = 123.082_143_245 # kg -default_transform = [301_541.4, 0.0, 0.0] +mass = 60_236.0 # kg +default_transform = [305_700.0, 0.0, 0.0] [[planets]] name = "Mars" sprite = "textures/mars.png" indicator_sprite = "textures/mars_icon.png" radius = 531.0 # m -mass = 1_070.519_602 # kg -default_transform = [457_100.0, 0.0, 0.0] +mass = 525_857.0 # kg +default_transform = [430_000.0, 0.0, 0.0] [[planets]] name = "Jupiter" sprite = "textures/jupiter.png" radius = 10973.0 # m -mass = 2_554_342.750_93 # kg +mass = 1_131_221_218.0 # kg default_transform = [1_561_140.0, 0.0, 0.0] [[planets]] name = "Saturn" -sprite = "textures/saturn.png" +sprite = "textures/earth.png" radius = 9_140.2 # m -mass = 889_991.421_487 # kg +mass = 561_386_112.0 # kg default_transform = [2_874_780.0, 0.0, 0.0] [[planets]] name = "Uranus" -sprite = "textures/uranus.png" +sprite = "textures/venus.png" radius = 4007.0 # m -mass = 171_547.175867 # kg -default_transform = [5_757_350.0, 0.0, 0.0] +mass = 69_763_532.0 # kg +default_transform = [4_050_000.0, 0.0, 0.0] [[planets]] name = "Neptune" -sprite = "textures/neptune.png" +sprite = "textures/mars.png" radius = 3_883.0 # m -mass = 171_546.175_867 # kg -default_transform = [9_021_000.0, 0.0, 0.0] +mass = 106_674_649.0 # kg +default_transform = [5_000_000.0, 0.0, 0.0] [[planets]] name = "Pluto" -sprite = "textures/pluto.png" +sprite = "textures/jupiter.png" radius = 186.8 # m -mass = 22.075_947_755_1 # kg -default_transform = [11_844_600.0, 0.0, 0.0] +mass = 10817.0 # kg +default_transform = [5_922_300.0, 0.0, 0.0] diff --git a/crates/unified/assets/config/world.wc.toml b/crates/unified/assets/config/world.wc.toml index e68a111ac162ad8fc45d2aaade393eb6632a6204..8b1cf477f4b00f3a043dae31676d7c14e4e12ef1 100644 --- a/crates/unified/assets/config/world.wc.toml +++ b/crates/unified/assets/config/world.wc.toml @@ -10,4 +10,4 @@ default_mass = 100 [hearty] thrust = 50000 -spawn_at = "Earth" +spawn_at = "Pluto"