From c44c22e6581de7472e2a7d7990e7a0995fd2ad40 Mon Sep 17 00:00:00 2001 From: hut Date: Sun, 14 Apr 2024 04:40:42 +0200 Subject: [PATCH] update cheat teleport destinations --- src/world.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/world.rs b/src/world.rs index 334cfda..b56e0a0 100644 --- a/src/world.rs +++ b/src/world.rs @@ -425,15 +425,15 @@ fn handle_cheats( } if key_input.just_pressed(settings.key_cheat_pizza) { - pos.0 = DVec3::new(-303370.0, 0.0, -500000.0); + pos.0 = DVec3::new(-121100218.0, 593057.0, -190818113.0); gforce.ignore_gforce_seconds = 1.0; } if key_input.just_pressed(settings.key_cheat_farview1) { - pos.0 = DVec3::new(-1000.0e6, 1000.0e6, -500.0e6); + pos.0 = DVec3::new(27643e3, -47e3, -124434e3); gforce.ignore_gforce_seconds = 1.0; } if key_input.just_pressed(settings.key_cheat_farview2) { - pos.0 = DVec3::new(1000.0e6, 1000.0e6, -500.0e6); + pos.0 = DVec3::new(-184968e3, 149410e3, -134273e3); gforce.ignore_gforce_seconds = 1.0; } if key_input.pressed(settings.key_cheat_adrenaline_zero) {