Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
iiiii7d committed Jan 7, 2025
1 parent fb9d016 commit 9ce1381
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions src/config/client_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ export const tileLayer = new CustomTileLayer("", {

export const altitudeColours = [
[50, "#aaaaaa"],
[100, "#aaaa00"],
[150, "#00aa00"],
[250, "#00aaaa"],
[350, "#0000aa"],
[450, "#aa00aa"],
[550, "#aa0000"],
[650, "#000000"],
[150, "#aaaa00"],
[250, "#00aa00"],
[350, "#00aaaa"],
[450, "#0000aa"],
[550, "#aa00aa"],
[650, "#aa0000"],
[999, "#000000"],
];

export function world2map([x, y]) {
Expand Down
2 changes: 1 addition & 1 deletion src/config/engine_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tick_duration: 1.0
plane_spawn_chance: 0.1
max_planes: 512
max_planes: 256
cruising_altitude_plus: 500
cruising_altitude_minus: 600
ns_before_ew: false

0 comments on commit 9ce1381

Please sign in to comment.