summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoresquizo <esquizo+noreply@esquizo.net>2026-06-04 00:00:42 -0300
committeresquizo <esquizo+noreply@esquizo.net>2026-06-04 00:00:42 -0300
commita25661085569b8ec7ea72701286c6fa6c04e699f (patch)
tree99fdc6f84c70c01b4e7396aa4c8c2e3cfa82950a
parentbf2520d71e770c303c6878a1515e069b22eb4452 (diff)
game: um pequeno jogo de demonstraçãoHEADmaster
-rw-r--r--map.pngbin920 -> 625 bytes
-rw-r--r--map_data.c4
2 files changed, 2 insertions, 2 deletions
diff --git a/map.png b/map.png
index f63db97..2514747 100644
--- a/map.png
+++ b/map.png
Binary files differ
diff --git a/map_data.c b/map_data.c
index e673de8..9d3de7d 100644
--- a/map_data.c
+++ b/map_data.c
@@ -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];