1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Fix Neptune1 spawn points #83

This commit is contained in:
NG (Graham)
2026-02-11 20:11:05 -05:00
parent d01cd74d5e
commit 1041611873

View File

@@ -2228,7 +2228,7 @@ pub(super) fn default_map() -> std::collections::HashMap<super::combat::GameMap,
map.insert(super::combat::GameMap::Neptune1, MapConfig { // level8
spawn_points: vec![
// team 0
SpawnPoint { // FIXME: at least this spawn is wrong
SpawnPoint {
team: Some(0),
x: -2.100,
y: -0.669,
@@ -2570,7 +2570,7 @@ pub(super) fn default_map() -> std::collections::HashMap<super::combat::GameMap,
z: 0.000000,
w: 0.908095,
})*/,
].into_iter().map(|x| x.offset(283.600, 4.592, -24.100).scale(0.8)).collect(),
].into_iter().map(|x| x.scale(0.8).offset(283.600, 4.592, -24.100)).collect(),
bases: vec![
CaptureBase {
team: 0,