diff options
| author | esquizo <esquizo+noreply@esquizo.net> | 2026-06-04 00:00:42 -0300 |
|---|---|---|
| committer | esquizo <esquizo+noreply@esquizo.net> | 2026-06-04 00:00:42 -0300 |
| commit | a25661085569b8ec7ea72701286c6fa6c04e699f (patch) | |
| tree | 99fdc6f84c70c01b4e7396aa4c8c2e3cfa82950a | |
| parent | bf2520d71e770c303c6878a1515e069b22eb4452 (diff) | |
| -rw-r--r-- | map.png | bin | 920 -> 625 bytes | |||
| -rw-r--r-- | map_data.c | 4 |
2 files changed, 2 insertions, 2 deletions
| Binary files differ @@ -2,7 +2,7 @@ struct { int ftx, fty; int ttx, tty; } telemap[] = { - { 10, 5, 131, 3 }, - { 138, 6, 3, 4 }, + { 60, 27, 9, 64 }, + { 61, 105, 93, 60 }, }; int telemapsize = sizeof telemap / sizeof telemap[0]; |
