Skip to content

Commit

Permalink
process collision data per active bounding box
Browse files Browse the repository at this point in the history
  • Loading branch information
jjppof committed Feb 10, 2024
1 parent 5d9c569 commit 0e34ea9
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 70 deletions.
1 change: 0 additions & 1 deletion base/GoldenSun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ export class GoldenSun {
x: hero_initial_x,
y: hero_initial_y,
});
this.map.set_map_bounds(hero_initial_x, hero_initial_y);

//initializes the controllable hero
const hero_key_name = this.dbs.init_db.hero_key_name;
Expand Down

0 comments on commit 0e34ea9

Please sign in to comment.