Skip to content

Commit

Permalink
Ditch tilemap
Browse files Browse the repository at this point in the history
  • Loading branch information
davnotdev committed May 17, 2024
1 parent 3c50572 commit e821d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Room.gd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ func set_room_manager(new_room_manager: RoomManager):
room_manager = new_room_manager

func get_pixel_size() -> Vector2:
return sprite_2d.get_rect().size * 1.75
return sprite_2d.get_rect().size * 0.001

func _on_area_entered(area):
room_manager.enter_room_area(original_room_idx)
Expand Down

0 comments on commit e821d09

Please sign in to comment.